colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "garnet-red-vs-wine-red",
"type": "nearest",
"name": "Garnet Red vs Wine Red",
"verdict": "Garnet Red and Wine Red are very close colors. Wine Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.15:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Garnet Red and Wine Red are different red colors with HEX values #6E1F26 and #722F37. According to Colors Encyclopedia, their RGB distance is 23.7, their contrast ratio is 1.15:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 23.7,
"contrastRatio": 1.15,
"colors": [
{
"slug": "garnet-red",
"name": "Garnet Red",
"hex": "#6E1F26",
"rgb": [
110,
31,
38
],
"hsl": [
355,
56,
28
],
"cmyk": [
0,
72,
65,
57
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0443,
"contrast": {
"black": 1.89,
"white": 11.13
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 11.13
},
"description": "Garnet Red is #6E1F26, a warm red color with balanced character. Compared with Wine Red, it is darker and more saturated. Use it for jewel-tone palettes, luxury branding, and premium interface accents, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/garnet-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/garnet-red.json"
},
{
"slug": "wine-red",
"name": "Wine Red",
"hex": "#722F37",
"rgb": [
114,
47,
55
],
"hsl": [
353,
42,
32
],
"cmyk": [
0,
59,
52,
55
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0589,
"contrast": {
"black": 2.18,
"white": 9.64
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 9.64
},
"description": "Wine Red is #722F37, a warm red color with balanced character. Compared with Garnet Red, it is lighter and less saturated. Use it for branding accents, editorial palettes, and product design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/wine-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/wine-red.json"
}
],
"differences": {
"rgbDistance": 23.7,
"contrastRatio": 1.15,
"hslDelta": {
"hue": 2,
"saturation": 14,
"lightness": 4
},
"luminanceDelta": 0.0146,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Wine Red",
"moreSaturatedColor": "Garnet Red"
},
"accessibility": {
"pairContrastRatio": 1.15,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Garnet Red",
"background": "#6E1F26",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 11.13
},
{
"color": "Wine Red",
"background": "#722F37",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 9.64
}
]
},
"useCases": {
"chooseFirstWhen": "Garnet Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #6E1F26.",
"chooseSecondWhen": "Wine Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #722F37.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/garnet-red-vs-wine-red.json",
"https://www.colorsencyclopedia.com/api/colors/garnet-red.json",
"https://www.colorsencyclopedia.com/api/colors/wine-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/garnet-red-vs-wine-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/garnet-red-vs-wine-red.json"
}