WCAG accessibility
Lavender Accessibility
Lavender accessibility depends on contrast against black and white text for its HEX value #E6E6FA. According to Colors Encyclopedia, black text gives the stronger contrast for this color, with black 17.06:1 and white 1.23:1.
Lavender has strong WCAG behavior because it reaches AAA contrast with #000000, #1A1A1A, and #36454F text. It can be used for normal text, badges, compact UI, and interface components when paired with the listed foreground colors.
Accessibility-Safe Pairings
Foreground and background pairings that reach at least WCAG AA contrast against Lavender.
Safe Text Colors
Safe Background Colors
Accessibility Issues and Warnings
Accessibility in UI Components
Accessibility Alternatives
Nearby named colors with stronger maximum contrast or AAA text options in the editorial dataset.
Machine-readable data
Machine-Readable Lavender Accessibility Data (JSON)
Structured WCAG data for Lavender, including contrast ratios, ratings, safe pairings, warnings, alternatives, component guidance, and API links.
contrastBlack and white contrast ratiosratingsWCAG rating by foreground colorwcagAA and AAA text optionssafePairingsText, background, and border pairingswarningsPractical accessibility risksaccessibilityAlternativesNearby stronger named colorsStructured sections
Contrast
{
"contrast": {
"black": 17.06,
"white": 1.23
},
"ratings": {
"blackText": "AAA",
"whiteText": "fail"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
}Safe pairings
{
"text": [
{
"label": "Black text",
"hex": "#000000",
"ratio": 17.06,
"rating": "AAA"
},
{
"label": "Dark UI text",
"hex": "#111827",
"ratio": 14.41,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "#111827",
"hex": "#111827",
"ratio": 14.41,
"rating": "AAA"
},
{
"label": "Black",
"hex": "#000000",
"ratio": 17.06,
"rating": "AAA"
}
],
"borders": []
}Warnings
[
"Very light surfaces can disappear against white layouts without a visible border.",
"Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
]Alternatives
[
{
"slug": "alice-blue",
"name": "Alice Blue",
"hex": "#F0F8FF",
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"blackContrast": 19.58,
"whiteContrast": 1.07,
"maxContrast": 19.58,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/alice-blue/"
},
{
"slug": "white-smoke",
"name": "White Smoke",
"hex": "#F5F5F5",
"family": "gray",
"temperature": "neutral",
"tone": [
"light"
],
"blackContrast": 19.26,
"whiteContrast": 1.09,
"maxContrast": 19.26,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/white-smoke/"
},
{
"slug": "porcelain",
"name": "Porcelain",
"hex": "#F2F3F4",
"family": "blue",
"temperature": "cool",
"tone": [
"light"
],
"blackContrast": 18.9,
"whiteContrast": 1.11,
"maxContrast": 18.9,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/porcelain/"
},
{
"slug": "mercury",
"name": "Mercury",
"hex": "#EBEBEB",
"family": "gray",
"temperature": "neutral",
"tone": [
"light"
],
"blackContrast": 17.62,
"whiteContrast": 1.19,
"maxContrast": 17.62,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/mercury/"
},
{
"slug": "milk-blue",
"name": "Milk Blue",
"hex": "#D6EAF8",
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"blackContrast": 16.98,
"whiteContrast": 1.24,
"maxContrast": 16.98,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/milk-blue/"
}
]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": "lavender",
"name": "Lavender",
"hex": "#E6E6FA",
"rgb": [
230,
230,
250
],
"hsl": [
240,
67,
94
],
"luminance": 0.8032,
"contrast": {
"black": 17.06,
"white": 1.23
},
"ratings": {
"blackText": "AAA",
"whiteText": "fail"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"narrative": "Lavender has strong WCAG behavior because it reaches AAA contrast with #000000, #1A1A1A, and #36454F text. It can be used for normal text, badges, compact UI, and interface components when paired with the listed foreground colors.",
"warnings": [
"Very light surfaces can disappear against white layouts without a visible border.",
"Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
],
"safePairings": {
"text": [
{
"label": "Black text",
"hex": "#000000",
"ratio": 17.06,
"rating": "AAA"
},
{
"label": "Dark UI text",
"hex": "#111827",
"ratio": 14.41,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "#111827",
"hex": "#111827",
"ratio": 14.41,
"rating": "AAA"
},
{
"label": "Black",
"hex": "#000000",
"ratio": 17.06,
"rating": "AAA"
}
],
"borders": []
},
"accessibilityAlternatives": [
{
"slug": "alice-blue",
"name": "Alice Blue",
"hex": "#F0F8FF",
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"blackContrast": 19.58,
"whiteContrast": 1.07,
"maxContrast": 19.58,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/alice-blue/"
},
{
"slug": "white-smoke",
"name": "White Smoke",
"hex": "#F5F5F5",
"family": "gray",
"temperature": "neutral",
"tone": [
"light"
],
"blackContrast": 19.26,
"whiteContrast": 1.09,
"maxContrast": 19.26,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/white-smoke/"
},
{
"slug": "porcelain",
"name": "Porcelain",
"hex": "#F2F3F4",
"family": "blue",
"temperature": "cool",
"tone": [
"light"
],
"blackContrast": 18.9,
"whiteContrast": 1.11,
"maxContrast": 18.9,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/porcelain/"
},
{
"slug": "mercury",
"name": "Mercury",
"hex": "#EBEBEB",
"family": "gray",
"temperature": "neutral",
"tone": [
"light"
],
"blackContrast": 17.62,
"whiteContrast": 1.19,
"maxContrast": 17.62,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/mercury/"
},
{
"slug": "milk-blue",
"name": "Milk Blue",
"hex": "#D6EAF8",
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"blackContrast": 16.98,
"whiteContrast": 1.24,
"maxContrast": 16.98,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/milk-blue/"
}
],
"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/lavender.json",
"https://www.colorsencyclopedia.com/api/colors/lavender.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/lavender/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/lavender/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/lavender.json"
}