WCAG accessibility
Citrine Accessibility
Citrine accessibility depends on contrast against black and white text for its HEX value #E4D00A. According to Colors Encyclopedia, black text gives the stronger contrast for this color, with black 13.33:1 and white 1.58:1.
Citrine has strong WCAG behavior because it reaches AAA contrast with #000000 and #1A1A1A 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 Citrine.
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 Citrine Accessibility Data (JSON)
Structured WCAG data for Citrine, 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": 13.33,
"white": 1.58
},
"ratings": {
"blackText": "AAA",
"whiteText": "fail"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}
}Safe pairings
{
"text": [
{
"label": "Black text",
"hex": "#000000",
"ratio": 13.33,
"rating": "AAA"
},
{
"label": "Dark UI text",
"hex": "#111827",
"ratio": 11.26,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "#111827",
"hex": "#111827",
"ratio": 11.26,
"rating": "AAA"
},
{
"label": "Black",
"hex": "#000000",
"ratio": 13.33,
"rating": "AAA"
}
],
"borders": []
}Warnings
[
"Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
]Alternatives
[
{
"slug": "gold",
"name": "Gold",
"hex": "#FFD700",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 14.97,
"whiteContrast": 1.4,
"maxContrast": 14.97,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/gold/"
},
{
"slug": "cyber-yellow",
"name": "Cyber Yellow",
"hex": "#FFD300",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 14.57,
"whiteContrast": 1.44,
"maxContrast": 14.57,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/cyber-yellow/"
},
{
"slug": "caution-yellow",
"name": "Caution Yellow",
"hex": "#FFCC00",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 13.89,
"whiteContrast": 1.51,
"maxContrast": 13.89,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/caution-yellow/"
},
{
"slug": "safety-yellow",
"name": "Safety Yellow",
"hex": "#EED202",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 13.85,
"whiteContrast": 1.52,
"maxContrast": 13.85,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/safety-yellow/"
},
{
"slug": "industrial-yellow",
"name": "Industrial Yellow",
"hex": "#F3C300",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 12.62,
"whiteContrast": 1.66,
"maxContrast": 12.62,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/industrial-yellow/"
}
]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": "citrine",
"name": "Citrine",
"hex": "#E4D00A",
"rgb": [
228,
208,
10
],
"hsl": [
54,
92,
47
],
"luminance": 0.6163,
"contrast": {
"black": 13.33,
"white": 1.58
},
"ratings": {
"blackText": "AAA",
"whiteText": "fail"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"narrative": "Citrine has strong WCAG behavior because it reaches AAA contrast with #000000 and #1A1A1A text. It can be used for normal text, badges, compact UI, and interface components when paired with the listed foreground colors.",
"warnings": [
"Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
],
"safePairings": {
"text": [
{
"label": "Black text",
"hex": "#000000",
"ratio": 13.33,
"rating": "AAA"
},
{
"label": "Dark UI text",
"hex": "#111827",
"ratio": 11.26,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "#111827",
"hex": "#111827",
"ratio": 11.26,
"rating": "AAA"
},
{
"label": "Black",
"hex": "#000000",
"ratio": 13.33,
"rating": "AAA"
}
],
"borders": []
},
"accessibilityAlternatives": [
{
"slug": "gold",
"name": "Gold",
"hex": "#FFD700",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 14.97,
"whiteContrast": 1.4,
"maxContrast": 14.97,
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"url": "https://www.colorsencyclopedia.com/wcag/gold/"
},
{
"slug": "cyber-yellow",
"name": "Cyber Yellow",
"hex": "#FFD300",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 14.57,
"whiteContrast": 1.44,
"maxContrast": 14.57,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/cyber-yellow/"
},
{
"slug": "caution-yellow",
"name": "Caution Yellow",
"hex": "#FFCC00",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 13.89,
"whiteContrast": 1.51,
"maxContrast": 13.89,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/caution-yellow/"
},
{
"slug": "safety-yellow",
"name": "Safety Yellow",
"hex": "#EED202",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 13.85,
"whiteContrast": 1.52,
"maxContrast": 13.85,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/safety-yellow/"
},
{
"slug": "industrial-yellow",
"name": "Industrial Yellow",
"hex": "#F3C300",
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"blackContrast": 12.62,
"whiteContrast": 1.66,
"maxContrast": 12.62,
"aaaTextOptions": [
"#000000",
"#1A1A1A"
],
"url": "https://www.colorsencyclopedia.com/wcag/industrial-yellow/"
}
],
"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/citrine.json",
"https://www.colorsencyclopedia.com/api/colors/citrine.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/citrine/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/citrine/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/citrine.json"
}