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": "cranberry-vs-crimson-red",
"type": "nearest",
"name": "Cranberry vs Crimson Red",
"verdict": "Cranberry and Crimson Red are very close colors. Cranberry is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.05:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Cranberry and Crimson Red are different red colors with HEX values #9F000F and #990000. According to Colors Encyclopedia, their RGB distance is 16.2, their contrast ratio is 1.05:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 16.2,
"contrastRatio": 1.05,
"colors": [
{
"slug": "cranberry",
"name": "Cranberry",
"hex": "#9F000F",
"rgb": [
159,
0,
15
],
"hsl": [
354,
100,
31
],
"cmyk": [
0,
100,
91,
38
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0741,
"contrast": {
"black": 2.48,
"white": 8.46
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.46
},
"description": "Cranberry is #9F000F, a warm red color with balanced character. Compared with Crimson Red, it is lighter and similar in saturation. Use it for branding accents, editorial palettes, and product design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/cranberry/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cranberry.json"
},
{
"slug": "crimson-red",
"name": "Crimson Red",
"hex": "#990000",
"rgb": [
153,
0,
0
],
"hsl": [
0,
100,
30
],
"cmyk": [
0,
100,
100,
40
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.0677,
"contrast": {
"black": 2.35,
"white": 8.92
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"bestText": {
"text": "#FFFFFF",
"label": "white text",
"ratio": 8.92
},
"description": "Crimson Red is #990000, a warm red color with balanced character. Compared with Cranberry, it is darker and similar in saturation. Use it for branding accents, editorial palettes, and product design, with white text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/crimson-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/crimson-red.json"
}
],
"differences": {
"rgbDistance": 16.2,
"contrastRatio": 1.05,
"hslDelta": {
"hue": 354,
"saturation": 0,
"lightness": 1
},
"luminanceDelta": 0.0064,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Cranberry",
"moreSaturatedColor": "Cranberry"
},
"accessibility": {
"pairContrastRatio": 1.05,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Cranberry",
"background": "#9F000F",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.46
},
{
"color": "Crimson Red",
"background": "#990000",
"foreground": "#FFFFFF",
"label": "white text",
"ratio": 8.92
}
]
},
"useCases": {
"chooseFirstWhen": "Cranberry is better when the design needs balanced red character, warm temperature, and the specific HEX value #9F000F.",
"chooseSecondWhen": "Crimson Red is better when the design needs balanced red character, warm temperature, and the specific HEX value #990000.",
"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/cranberry-vs-crimson-red.json",
"https://www.colorsencyclopedia.com/api/colors/cranberry.json",
"https://www.colorsencyclopedia.com/api/colors/crimson-red.json"
],
"url": "https://www.colorsencyclopedia.com/compare/cranberry-vs-crimson-red/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/cranberry-vs-crimson-red.json"
}