WCAG accessibility

Medium Slate Blue Accessibility

Medium Slate Blue accessibility depends on contrast against black and white text for its HEX value #7B68EE. According to Colors Encyclopedia, black text gives the stronger contrast for this color, with black 5.06:1 and white 4.15:1.

Medium Slate Blue is AA-safe but not AAA-safe for normal text. Its black contrast is 5.06:1 and its white contrast is 4.15:1, so black text is the stronger option. Use it for readable UI only with checked foreground colors, and avoid tiny text or thin font weights.

Black contrast5.06:1 · AA
White contrast4.15:1 · large-text-only
AA options#000000
AAA optionsNone
Luminance0.2028
Best standard text#000000

Accessibility-Safe Pairings

Foreground and background pairings that reach at least WCAG AA contrast against Medium Slate Blue.

Safe Text Colors

Safe Background Colors

Accessibility Issues and Warnings

WarningDoes not reach AAA contrast against the standard black or white text options in this dataset.
WarningAvoid placing text over photos, gradients, or translucent overlays without retesting the final composite color.

Accessibility in UI Components

ButtonUse checked foreground text and a visible focus ring.
BadgePrefer bold labels and enough horizontal padding.
Card borderUse as a non-text accent when text contrast is tight.

Accessibility Alternatives

Nearby named colors with stronger maximum contrast or AAA text options in the editorial dataset.

Machine-readable data

Machine-Readable Medium Slate Blue Accessibility Data (JSON)

Structured WCAG data for Medium Slate Blue, including contrast ratios, ratings, safe pairings, warnings, alternatives, component guidance, and API links.

AI-Ready Dataset v1.0.0
Luminance0.2028
Black text5.06:1AA Pass
White text4.15:1AA Fail
contrastBlack and white contrast ratios
ratingsWCAG rating by foreground color
wcagAA and AAA text options
safePairingsText, background, and border pairings
warningsPractical accessibility risks
accessibilityAlternativesNearby stronger named colors
Download JSON Open API
Structured sections
Contrast
{
  "contrast": {
    "black": 5.06,
    "white": 4.15
  },
  "ratings": {
    "blackText": "AA",
    "whiteText": "large-text-only"
  },
  "wcag": {
    "AA": [
      "#000000"
    ],
    "AAA": []
  }
}
Safe pairings
{
  "text": [
    {
      "label": "Black text",
      "hex": "#000000",
      "ratio": 5.06,
      "rating": "AA"
    }
  ],
  "backgrounds": [
    {
      "label": "Black",
      "hex": "#000000",
      "ratio": 5.06,
      "rating": "AA"
    }
  ],
  "borders": [
    {
      "label": "#E1DDF8",
      "hex": "#E1DDF8",
      "ratio": 3.14,
      "rating": "large-text-only"
    }
  ]
}
Warnings
[
  "Does not reach AAA contrast against the standard black or white text options in this dataset.",
  "Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
]
Alternatives
[
  {
    "slug": "cornflower-blue",
    "name": "Cornflower Blue",
    "hex": "#6495ED",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "vibrant"
    ],
    "blackContrast": 7.06,
    "whiteContrast": 2.97,
    "maxContrast": 7.06,
    "aaaTextOptions": [
      "#000000"
    ],
    "url": "https://www.colorsencyclopedia.com/wcag/cornflower-blue/"
  },
  {
    "slug": "cornflower",
    "name": "Cornflower",
    "hex": "#6A8EDB",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "balanced"
    ],
    "blackContrast": 6.5,
    "whiteContrast": 3.23,
    "maxContrast": 6.5,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/cornflower/"
  },
  {
    "slug": "medium-purple",
    "name": "Medium Purple",
    "hex": "#9370DB",
    "family": "purple",
    "temperature": "cool",
    "tone": [
      "balanced"
    ],
    "blackContrast": 5.58,
    "whiteContrast": 3.76,
    "maxContrast": 5.58,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/medium-purple/"
  },
  {
    "slug": "slate-blue",
    "name": "Slate Blue",
    "hex": "#6A5ACD",
    "family": "blue",
    "temperature": "cool",
    "tone": [
      "balanced"
    ],
    "blackContrast": 3.96,
    "whiteContrast": 5.31,
    "maxContrast": 5.31,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/slate-blue/"
  },
  {
    "slug": "amethyst",
    "name": "Amethyst",
    "hex": "#9966CC",
    "family": "purple",
    "temperature": "cool",
    "tone": [
      "balanced"
    ],
    "blackContrast": 5.13,
    "whiteContrast": 4.1,
    "maxContrast": 5.13,
    "aaaTextOptions": [],
    "url": "https://www.colorsencyclopedia.com/wcag/amethyst/"
  }
]
Component guidance
[
  {
    "component": "Buttons",
    "guidance": "Use only with AA-passing foreground text and visible focus states."
  },
  {
    "component": "Badges",
    "guidance": "Works best with bold labels and enough padding around text."
  },
  {
    "component": "Cards",
    "guidance": "Use as a surface when paired with a tested text color and clear border."
  },
  {
    "component": "Alerts",
    "guidance": "Pair with icons or labels; do not rely on color alone."
  },
  {
    "component": "Form fields",
    "guidance": "Use for borders or focus rings only when contrast remains visible."
  }
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "medium-slate-blue",
  "name": "Medium Slate Blue",
  "hex": "#7B68EE",
  "rgb": [
    123,
    104,
    238
  ],
  "hsl": [
    249,
    80,
    67
  ],
  "luminance": 0.2028,
  "contrast": {
    "black": 5.06,
    "white": 4.15
  },
  "ratings": {
    "blackText": "AA",
    "whiteText": "large-text-only"
  },
  "wcag": {
    "AA": [
      "#000000"
    ],
    "AAA": []
  },
  "narrative": "Medium Slate Blue is AA-safe but not AAA-safe for normal text. Its black contrast is 5.06:1 and its white contrast is 4.15:1, so black text is the stronger option. Use it for readable UI only with checked foreground colors, and avoid tiny text or thin font weights.",
  "warnings": [
    "Does not reach AAA contrast against the standard black or white text options in this dataset.",
    "Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
  ],
  "safePairings": {
    "text": [
      {
        "label": "Black text",
        "hex": "#000000",
        "ratio": 5.06,
        "rating": "AA"
      }
    ],
    "backgrounds": [
      {
        "label": "Black",
        "hex": "#000000",
        "ratio": 5.06,
        "rating": "AA"
      }
    ],
    "borders": [
      {
        "label": "#E1DDF8",
        "hex": "#E1DDF8",
        "ratio": 3.14,
        "rating": "large-text-only"
      }
    ]
  },
  "accessibilityAlternatives": [
    {
      "slug": "cornflower-blue",
      "name": "Cornflower Blue",
      "hex": "#6495ED",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "vibrant"
      ],
      "blackContrast": 7.06,
      "whiteContrast": 2.97,
      "maxContrast": 7.06,
      "aaaTextOptions": [
        "#000000"
      ],
      "url": "https://www.colorsencyclopedia.com/wcag/cornflower-blue/"
    },
    {
      "slug": "cornflower",
      "name": "Cornflower",
      "hex": "#6A8EDB",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "balanced"
      ],
      "blackContrast": 6.5,
      "whiteContrast": 3.23,
      "maxContrast": 6.5,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/cornflower/"
    },
    {
      "slug": "medium-purple",
      "name": "Medium Purple",
      "hex": "#9370DB",
      "family": "purple",
      "temperature": "cool",
      "tone": [
        "balanced"
      ],
      "blackContrast": 5.58,
      "whiteContrast": 3.76,
      "maxContrast": 5.58,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/medium-purple/"
    },
    {
      "slug": "slate-blue",
      "name": "Slate Blue",
      "hex": "#6A5ACD",
      "family": "blue",
      "temperature": "cool",
      "tone": [
        "balanced"
      ],
      "blackContrast": 3.96,
      "whiteContrast": 5.31,
      "maxContrast": 5.31,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/slate-blue/"
    },
    {
      "slug": "amethyst",
      "name": "Amethyst",
      "hex": "#9966CC",
      "family": "purple",
      "temperature": "cool",
      "tone": [
        "balanced"
      ],
      "blackContrast": 5.13,
      "whiteContrast": 4.1,
      "maxContrast": 5.13,
      "aaaTextOptions": [],
      "url": "https://www.colorsencyclopedia.com/wcag/amethyst/"
    }
  ],
  "componentGuidance": [
    {
      "component": "Buttons",
      "guidance": "Use only with AA-passing foreground text and visible focus states."
    },
    {
      "component": "Badges",
      "guidance": "Works best with bold labels and enough padding around text."
    },
    {
      "component": "Cards",
      "guidance": "Use as a surface when paired with a tested text color and clear border."
    },
    {
      "component": "Alerts",
      "guidance": "Pair with icons or labels; do not rely on color alone."
    },
    {
      "component": "Form fields",
      "guidance": "Use for borders or focus rings only when contrast remains visible."
    }
  ],
  "relatedEndpoints": [
    "https://www.colorsencyclopedia.com/api/wcag/medium-slate-blue.json",
    "https://www.colorsencyclopedia.com/api/colors/medium-slate-blue.json"
  ],
  "url": "https://www.colorsencyclopedia.com/wcag/medium-slate-blue/",
  "colorUrl": "https://www.colorsencyclopedia.com/colors/medium-slate-blue/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/wcag/medium-slate-blue.json"
}