WCAG accessibility
British Racing Green Accessibility
British Racing Green accessibility depends on contrast against black and white text for its HEX value #004225. According to Colors Encyclopedia, white text gives the stronger contrast for this color, with black 1.81:1 and white 11.63:1.
British Racing Green has strong WCAG behavior because it reaches AAA contrast with #FFFFFF and #F5F5F5 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 British Racing Green.
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 British Racing Green Accessibility Data (JSON)
Structured WCAG data for British Racing Green, 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": 1.81,
"white": 11.63
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
}
}Safe pairings
{
"text": [
{
"label": "White text",
"hex": "#FFFFFF",
"ratio": 11.63,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 10.67,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 11.63,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 10.67,
"rating": "AAA"
}
],
"borders": [
{
"label": "#009E5A",
"hex": "#009E5A",
"ratio": 3.34,
"rating": "large-text-only"
},
{
"label": "#0FB36C",
"hex": "#0FB36C",
"ratio": 4.25,
"rating": "large-text-only"
}
]
}Warnings
[
"Very dark surfaces need careful hover, focus, and disabled-state treatment.",
"Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
]Alternatives
[
{
"slug": "carbon-fiber",
"name": "Carbon Fiber",
"hex": "#1C1C1C",
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"blackContrast": 1.23,
"whiteContrast": 17.05,
"maxContrast": 17.05,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/carbon-fiber/"
},
{
"slug": "slate-black",
"name": "Slate Black",
"hex": "#26282A",
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"blackContrast": 1.42,
"whiteContrast": 14.79,
"maxContrast": 14.79,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/slate-black/"
},
{
"slug": "charcoal-blue",
"name": "Charcoal Blue",
"hex": "#263238",
"family": "blue",
"temperature": "cool",
"tone": [
"dark"
],
"blackContrast": 1.6,
"whiteContrast": 13.16,
"maxContrast": 13.16,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/charcoal-blue/"
},
{
"slug": "gunmetal",
"name": "Gunmetal",
"hex": "#2A3439",
"family": "blue",
"temperature": "cool",
"tone": [
"dark"
],
"blackContrast": 1.65,
"whiteContrast": 12.74,
"maxContrast": 12.74,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/gunmetal/"
},
{
"slug": "emerald-dark",
"name": "Emerald Dark",
"hex": "#046307",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"blackContrast": 2.79,
"whiteContrast": 7.52,
"maxContrast": 7.52,
"aaaTextOptions": [
"#FFFFFF"
],
"url": "https://www.colorsencyclopedia.com/wcag/emerald-dark/"
}
]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": "british-racing-green",
"name": "British Racing Green",
"hex": "#004225",
"rgb": [
0,
66,
37
],
"hsl": [
154,
100,
13
],
"luminance": 0.0403,
"contrast": {
"black": 1.81,
"white": 11.63
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"narrative": "British Racing Green has strong WCAG behavior because it reaches AAA contrast with #FFFFFF and #F5F5F5 text. It can be used for normal text, badges, compact UI, and interface components when paired with the listed foreground colors.",
"warnings": [
"Very dark surfaces need careful hover, focus, and disabled-state treatment.",
"Avoid placing text over photos, gradients, or translucent overlays without retesting the final composite color."
],
"safePairings": {
"text": [
{
"label": "White text",
"hex": "#FFFFFF",
"ratio": 11.63,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 10.67,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 11.63,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 10.67,
"rating": "AAA"
}
],
"borders": [
{
"label": "#009E5A",
"hex": "#009E5A",
"ratio": 3.34,
"rating": "large-text-only"
},
{
"label": "#0FB36C",
"hex": "#0FB36C",
"ratio": 4.25,
"rating": "large-text-only"
}
]
},
"accessibilityAlternatives": [
{
"slug": "carbon-fiber",
"name": "Carbon Fiber",
"hex": "#1C1C1C",
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"blackContrast": 1.23,
"whiteContrast": 17.05,
"maxContrast": 17.05,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/carbon-fiber/"
},
{
"slug": "slate-black",
"name": "Slate Black",
"hex": "#26282A",
"family": "gray",
"temperature": "neutral",
"tone": [
"dark"
],
"blackContrast": 1.42,
"whiteContrast": 14.79,
"maxContrast": 14.79,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/slate-black/"
},
{
"slug": "charcoal-blue",
"name": "Charcoal Blue",
"hex": "#263238",
"family": "blue",
"temperature": "cool",
"tone": [
"dark"
],
"blackContrast": 1.6,
"whiteContrast": 13.16,
"maxContrast": 13.16,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/charcoal-blue/"
},
{
"slug": "gunmetal",
"name": "Gunmetal",
"hex": "#2A3439",
"family": "blue",
"temperature": "cool",
"tone": [
"dark"
],
"blackContrast": 1.65,
"whiteContrast": 12.74,
"maxContrast": 12.74,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/gunmetal/"
},
{
"slug": "emerald-dark",
"name": "Emerald Dark",
"hex": "#046307",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"blackContrast": 2.79,
"whiteContrast": 7.52,
"maxContrast": 7.52,
"aaaTextOptions": [
"#FFFFFF"
],
"url": "https://www.colorsencyclopedia.com/wcag/emerald-dark/"
}
],
"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/british-racing-green.json",
"https://www.colorsencyclopedia.com/api/colors/british-racing-green.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/british-racing-green/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/british-racing-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/british-racing-green.json"
}