WCAG accessibility
Burgundy Accessibility
Burgundy #800020 contrast: 1.94:1 with black and 10.84:1 with white. White is stronger; review AA/AAA status, pairings and alternatives.
Burgundy (#800020) measures 1.94:1 against black and 10.84: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 1.94:1. Retest after adding opacity, gradients, images or overlays.
Accessibility-Safe Pairings
Foreground and background pairings that reach at least WCAG AA contrast against Burgundy.
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 Burgundy Accessibility Data (JSON)
Structured WCAG data for Burgundy, 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.94,
"white": 10.84
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
}
}Safe pairings
{
"text": [
{
"label": "White text",
"hex": "#FFFFFF",
"ratio": 10.84,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 9.94,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 10.84,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 9.94,
"rating": "AAA"
}
],
"borders": []
}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": "barn-red",
"name": "Barn Red",
"hex": "#7C0A02",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 1.9,
"whiteContrast": 11.04,
"maxContrast": 11.04,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/barn-red/"
},
{
"slug": "maroon",
"name": "Maroon",
"hex": "#800000",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 1.92,
"whiteContrast": 10.95,
"maxContrast": 10.95,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/maroon/"
},
{
"slug": "dark-red",
"name": "Dark Red",
"hex": "#8B0000",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.1,
"whiteContrast": 10.01,
"maxContrast": 10.01,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/dark-red/"
},
{
"slug": "carmine",
"name": "Carmine",
"hex": "#960018",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.31,
"whiteContrast": 9.09,
"maxContrast": 9.09,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/carmine/"
},
{
"slug": "ruby-red",
"name": "Ruby Red",
"hex": "#9B111E",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.49,
"whiteContrast": 8.43,
"maxContrast": 8.43,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/ruby-red/"
}
]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": "burgundy",
"name": "Burgundy",
"hex": "#800020",
"rgb": [
128,
0,
32
],
"hsl": [
345,
100,
25
],
"luminance": 0.0469,
"contrast": {
"black": 1.94,
"white": 10.84
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"narrative": "Burgundy 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": 10.84,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 9.94,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 10.84,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 9.94,
"rating": "AAA"
}
],
"borders": []
},
"accessibilityAlternatives": [
{
"slug": "barn-red",
"name": "Barn Red",
"hex": "#7C0A02",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 1.9,
"whiteContrast": 11.04,
"maxContrast": 11.04,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/barn-red/"
},
{
"slug": "maroon",
"name": "Maroon",
"hex": "#800000",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 1.92,
"whiteContrast": 10.95,
"maxContrast": 10.95,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/maroon/"
},
{
"slug": "dark-red",
"name": "Dark Red",
"hex": "#8B0000",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.1,
"whiteContrast": 10.01,
"maxContrast": 10.01,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/dark-red/"
},
{
"slug": "carmine",
"name": "Carmine",
"hex": "#960018",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.31,
"whiteContrast": 9.09,
"maxContrast": 9.09,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/carmine/"
},
{
"slug": "ruby-red",
"name": "Ruby Red",
"hex": "#9B111E",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.49,
"whiteContrast": 8.43,
"maxContrast": 8.43,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/ruby-red/"
}
],
"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/burgundy.json",
"https://www.colorsencyclopedia.com/api/colors/burgundy.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/burgundy/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/burgundy/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/burgundy.json"
}