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-ruby-wine",
"type": "nearest",
"name": "Garnet Red vs Ruby Wine",
"verdict": "Garnet Red and Ruby Wine are very close colors. Ruby Wine is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.11:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Garnet Red and Ruby Wine are different red and pink colors with HEX values #6E1F26 and #7B1E3A. According to Colors Encyclopedia, their RGB distance is 23.9, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 23.9,
"contrastRatio": 1.11,
"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 Ruby Wine, it is darker and less 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": "ruby-wine",
"name": "Ruby Wine",
"hex": "#7B1E3A",
"rgb": [
123,
30,
58
],
"hsl": [
342,
61,
30
],
"cmyk": [
0,
76,
53,
52
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0544,
"contrast": {
"black": 2.09,
"white": 10.06
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 10.06
},
"description": "Ruby Wine is #7B1E3A, a warm pink color with balanced character. Compared with Garnet Red, it is lighter 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/ruby-wine/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ruby-wine.json"
}
],
"differences": {
"rgbDistance": 23.9,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 13,
"saturation": 5,
"lightness": 2
},
"luminanceDelta": 0.0101,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Ruby Wine",
"moreSaturatedColor": "Ruby Wine"
},
"accessibility": {
"pairContrastRatio": 1.11,
"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": "Ruby Wine",
"background": "#7B1E3A",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 10.06
}
]
},
"useCases": {
"chooseFirstWhen": "Garnet Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #6E1F26.",
"chooseSecondWhen": "Ruby Wine is better when the design needs balanced pink character, warm temperature, and the specific HEX value #7B1E3A.",
"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-ruby-wine.json",
"https://www.colorsencyclopedia.com/api/colors/garnet-red.json",
"https://www.colorsencyclopedia.com/api/colors/ruby-wine.json"
],
"url": "https://www.colorsencyclopedia.com/compare/garnet-red-vs-ruby-wine/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/garnet-red-vs-ruby-wine.json"
}