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": "merlot-vs-garnet-red",
"type": "nearest",
"name": "Merlot vs Garnet Red",
"verdict": "Merlot and Garnet Red are visually related colors. Garnet Red is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.18:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Merlot and Garnet Red are different pink and red colors with HEX values #541E2E and #6E1F26. According to Colors Encyclopedia, their RGB distance is 27.2, their contrast ratio is 1.18:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 27.2,
"contrastRatio": 1.18,
"colors": [
{
"slug": "merlot",
"name": "Merlot",
"hex": "#541E2E",
"rgb": [
84,
30,
46
],
"hsl": [
342,
47,
22
],
"cmyk": [
0,
64,
45,
67
],
"family": "pink",
"temperature": "warm",
"tone": [
"dark"
],
"luminance": 0.0301,
"contrast": {
"black": 1.6,
"white": 13.11
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 13.11
},
"description": "Merlot is #541E2E, a warm pink color with dark character. Compared with Garnet Red, it is darker 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/merlot/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/merlot.json"
},
{
"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 Merlot, 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/garnet-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/garnet-red.json"
}
],
"differences": {
"rgbDistance": 27.2,
"contrastRatio": 1.18,
"hslDelta": {
"hue": 13,
"saturation": 9,
"lightness": 6
},
"luminanceDelta": 0.0142,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Garnet Red",
"moreSaturatedColor": "Garnet Red"
},
"accessibility": {
"pairContrastRatio": 1.18,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Merlot",
"background": "#541E2E",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 13.11
},
{
"color": "Garnet Red",
"background": "#6E1F26",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 11.13
}
]
},
"useCases": {
"chooseFirstWhen": "Merlot is better when the design needs dark pink character, warm temperature, and the specific HEX value #541E2E.",
"chooseSecondWhen": "Garnet Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #6E1F26.",
"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/merlot-vs-garnet-red.json",
"https://www.colorsencyclopedia.com/api/colors/merlot.json",
"https://www.colorsencyclopedia.com/api/colors/garnet-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/merlot-vs-garnet-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/merlot-vs-garnet-red.json"
}