WCAG accessibility
Wine Red Accessibility
Wine Red accessibility depends on contrast against black and white text for its HEX value #722F37. According to Colors Encyclopedia, white text gives the stronger contrast for this color, with black 2.18:1 and white 9.64:1.
Wine Red 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 Wine Red.
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 Wine Red Accessibility Data (JSON)
Structured WCAG data for Wine Red, 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.18,
"white": 9.64
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
}
}Safe pairings
{
"text": [
{
"label": "White text",
"hex": "#FFFFFF",
"ratio": 9.64,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 8.84,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 9.64,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 8.84,
"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": "garnet-red",
"name": "Garnet Red",
"hex": "#6E1F26",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 1.89,
"whiteContrast": 11.13,
"maxContrast": 11.13,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/garnet-red/"
},
{
"slug": "bark",
"name": "Bark",
"hex": "#5B3A29",
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"blackContrast": 2.08,
"whiteContrast": 10.09,
"maxContrast": 10.09,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/bark/"
},
{
"slug": "ruby-wine",
"name": "Ruby Wine",
"hex": "#7B1E3A",
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.09,
"whiteContrast": 10.06,
"maxContrast": 10.06,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/ruby-wine/"
},
{
"slug": "walnut",
"name": "Walnut",
"hex": "#5C4033",
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"blackContrast": 2.24,
"whiteContrast": 9.39,
"maxContrast": 9.39,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/walnut/"
},
{
"slug": "garnet",
"name": "Garnet",
"hex": "#733635",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.31,
"whiteContrast": 9.1,
"maxContrast": 9.1,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/garnet/"
}
]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": "wine-red",
"name": "Wine Red",
"hex": "#722F37",
"rgb": [
114,
47,
55
],
"hsl": [
353,
42,
32
],
"luminance": 0.0589,
"contrast": {
"black": 2.18,
"white": 9.64
},
"ratings": {
"blackText": "fail",
"whiteText": "AAA"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"narrative": "Wine Red 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": 9.64,
"rating": "AAA"
},
{
"label": "Soft white text",
"hex": "#F5F5F5",
"ratio": 8.84,
"rating": "AAA"
}
],
"backgrounds": [
{
"label": "White",
"hex": "#FFFFFF",
"ratio": 9.64,
"rating": "AAA"
},
{
"label": "White Smoke",
"hex": "#F5F5F5",
"ratio": 8.84,
"rating": "AAA"
}
],
"borders": []
},
"accessibilityAlternatives": [
{
"slug": "garnet-red",
"name": "Garnet Red",
"hex": "#6E1F26",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 1.89,
"whiteContrast": 11.13,
"maxContrast": 11.13,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/garnet-red/"
},
{
"slug": "bark",
"name": "Bark",
"hex": "#5B3A29",
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"blackContrast": 2.08,
"whiteContrast": 10.09,
"maxContrast": 10.09,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/bark/"
},
{
"slug": "ruby-wine",
"name": "Ruby Wine",
"hex": "#7B1E3A",
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.09,
"whiteContrast": 10.06,
"maxContrast": 10.06,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/ruby-wine/"
},
{
"slug": "walnut",
"name": "Walnut",
"hex": "#5C4033",
"family": "orange",
"temperature": "warm",
"tone": [
"earth-tone"
],
"blackContrast": 2.24,
"whiteContrast": 9.39,
"maxContrast": 9.39,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/walnut/"
},
{
"slug": "garnet",
"name": "Garnet",
"hex": "#733635",
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"blackContrast": 2.31,
"whiteContrast": 9.1,
"maxContrast": 9.1,
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"url": "https://www.colorsencyclopedia.com/wcag/garnet/"
}
],
"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/wine-red.json",
"https://www.colorsencyclopedia.com/api/colors/wine-red.json"
],
"url": "https://www.colorsencyclopedia.com/wcag/wine-red/",
"colorUrl": "https://www.colorsencyclopedia.com/colors/wine-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/wcag/wine-red.json"
}