WCAG accessibility
Dark Green Accessibility
Dark Green #006400 contrast: 2.82:1 with black and 7.44:1 with white. White is stronger; review AA/AAA status, pairings and alternatives.
Dark Green (#006400) measures 2.82:1 against black and 7.44:1 against white. It clears both the 4.5:1 AA and 7:1 AAA thresholds for normal text with white. White is the stronger standard foreground; black measures 2.82:1. Retest after adding opacity, gradients, images or overlays.
Accessibility-Safe Pairings
Foreground and background pairings that reach at least WCAG AA contrast against Dark 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 Dark Green Accessibility Data (JSON)
Structured WCAG data for Dark 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": 2.82,
"white": 7.44
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
}
}Safe pairings
{
"text": [
{
"label": "White text",
"hex": "#FFFFFF",
"ratio": 7.44,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 6.83,
"rating": "AA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 7.44,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 6.83,
"rating": "AA"
}
],
"borders": [
{
"label": "#00C200",
"hex": "#00C200",
"ratio": 3.09,
"rating": "large-text-only"
},
{
"label": "#11D411",
"hex": "#11D411",
"ratio": 3.7,
"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": "british-racing-green",
"name": "British Racing Green",
"hex": "#004225",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"blackContrast": 1.81,
"whiteContrast": 11.63,
"maxContrast": 11.63,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/british-racing-green/"
},
{
"slug": "terre-verte",
"name": "Terre Verte",
"hex": "#385E0F",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"blackContrast": 2.78,
"whiteContrast": 7.56,
"maxContrast": 7.56,
"aaaTextOptions": [
"#FFFFFF"
],
"url": "https://www.colorsencyclopedia.com/wcag/terre-verte/"
},
{
"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": "dark-green",
"name": "Dark Green",
"hex": "#006400",
"rgb": [
0,
100,
0
],
"hsl": [
120,
100,
20
],
"luminance": 0.0911,
"contrast": {
"black": 2.82,
"white": 7.44
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF"
]
},
"narrative": "Dark Green has strong WCAG behavior because it reaches AAA contrast with #FFFFFF 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": 7.44,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 6.83,
"rating": "AA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 7.44,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 6.83,
"rating": "AA"
}
],
"borders": [
{
"label": "#00C200",
"hex": "#00C200",
"ratio": 3.09,
"rating": "large-text-only"
},
{
"label": "#11D411",
"hex": "#11D411",
"ratio": 3.7,
"rating": "large-text-only"
}
]
},
"accessibilityAlternatives": [
{
"slug": "british-racing-green",
"name": "British Racing Green",
"hex": "#004225",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"blackContrast": 1.81,
"whiteContrast": 11.63,
"maxContrast": 11.63,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/british-racing-green/"
},
{
"slug": "terre-verte",
"name": "Terre Verte",
"hex": "#385E0F",
"family": "green",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"blackContrast": 2.78,
"whiteContrast": 7.56,
"maxContrast": 7.56,
"aaaTextOptions": [
"#FFFFFF"
],
"url": "https://www.colorsencyclopedia.com/wcag/terre-verte/"
},
{
"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/dark-green.json",
"https://www.colorsencyclopedia.com/api/colors/dark-green.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/dark-green/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/dark-green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/dark-green.json"
}