WCAG accessibility
Antique White Accessibility
Antique White accessibility depends on contrast against black and white text for its HEX value #FAEBD7. According to Colors Encyclopedia, black text gives the stronger contrast for this color, with black 17.93:1 and white 1.17:1.
Antique White 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 Antique White.
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 Antique White Accessibility Data (JSON)
Structured WCAG data for Antique White, 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.93,
"white": 1.17
},
"ratings": {
"blackText": "AAA",
"whiteText": "fail"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}
}Safe pairings
{
"text": [
{
"label": "Black text",
"hex": "#000000",
"ratio": 17.93,
"rating": "AAA"
},
{
"label": "Dark UI text",
"hex": "#111827",
"ratio": 15.14,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "#111827",
"hex": "#111827",
"ratio": 15.14,
"rating": "AAA"
},
{
"label": "Black",
"hex": "#000000",
"ratio": 17.93,
"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": "papaya-whip",
"name": "Papaya Whip",
"hex": "#FFEFD5",
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"blackContrast": 18.56,
"whiteContrast": 1.13,
"maxContrast": 18.56,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/papaya-whip/"
},
{
"slug": "canvas",
"name": "Canvas",
"hex": "#F4EBD0",
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"blackContrast": 17.64,
"whiteContrast": 1.19,
"maxContrast": 17.64,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/canvas/"
},
{
"slug": "eggshell",
"name": "Eggshell",
"hex": "#F0EAD6",
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"blackContrast": 17.45,
"whiteContrast": 1.2,
"maxContrast": 17.45,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/eggshell/"
},
{
"slug": "parchment",
"name": "Parchment",
"hex": "#F1E9D2",
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"blackContrast": 17.33,
"whiteContrast": 1.21,
"maxContrast": 17.33,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/parchment/"
},
{
"slug": "champagne",
"name": "Champagne",
"hex": "#F7E7CE",
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"blackContrast": 17.28,
"whiteContrast": 1.22,
"maxContrast": 17.28,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/champagne/"
}
]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": "antique-white",
"name": "Antique White",
"hex": "#FAEBD7",
"rgb": [
250,
235,
215
],
"hsl": [
34,
78,
91
],
"luminance": 0.8465,
"contrast": {
"black": 17.93,
"white": 1.17
},
"ratings": {
"blackText": "AAA",
"whiteText": "fail"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"narrative": "Antique White 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.93,
"rating": "AAA"
},
{
"label": "Dark UI text",
"hex": "#111827",
"ratio": 15.14,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "#111827",
"hex": "#111827",
"ratio": 15.14,
"rating": "AAA"
},
{
"label": "Black",
"hex": "#000000",
"ratio": 17.93,
"rating": "AAA"
}
],
"borders": []
},
"accessibilityAlternatives": [
{
"slug": "papaya-whip",
"name": "Papaya Whip",
"hex": "#FFEFD5",
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"blackContrast": 18.56,
"whiteContrast": 1.13,
"maxContrast": 18.56,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/papaya-whip/"
},
{
"slug": "canvas",
"name": "Canvas",
"hex": "#F4EBD0",
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"blackContrast": 17.64,
"whiteContrast": 1.19,
"maxContrast": 17.64,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/canvas/"
},
{
"slug": "eggshell",
"name": "Eggshell",
"hex": "#F0EAD6",
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"blackContrast": 17.45,
"whiteContrast": 1.2,
"maxContrast": 17.45,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/eggshell/"
},
{
"slug": "parchment",
"name": "Parchment",
"hex": "#F1E9D2",
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"blackContrast": 17.33,
"whiteContrast": 1.21,
"maxContrast": 17.33,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/parchment/"
},
{
"slug": "champagne",
"name": "Champagne",
"hex": "#F7E7CE",
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"blackContrast": 17.28,
"whiteContrast": 1.22,
"maxContrast": 17.28,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/champagne/"
}
],
"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/antique-white.json",
"https://www.colorsencyclopedia.com/api/colors/antique-white.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/antique-white/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/antique-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/antique-white.json"
}