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": "dark-salmon-vs-salmon-rose",
"type": "nearest",
"name": "Dark Salmon vs Salmon Rose",
"verdict": "Dark Salmon and Salmon Rose are very close colors. Salmon Rose is the lighter option. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Dark Salmon and Salmon Rose are different orange and red colors with HEX values #E9967A and #E7968B. According to Colors Encyclopedia, their RGB distance is 17.1, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 17.1,
"contrastRatio": 1,
"colors": [
{
"slug": "dark-salmon",
"name": "Dark Salmon",
"hex": "#E9967A",
"rgb": [
233,
150,
122
],
"hsl": [
15,
72,
70
],
"cmyk": [
0,
36,
48,
9
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.4054,
"contrast": {
"black": 9.11,
"white": 2.31
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.11
},
"description": "Dark Salmon is #E9967A, a warm orange color with vibrant character. Compared with Salmon Rose, it is darker and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/dark-salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/dark-salmon.json"
},
{
"slug": "salmon-rose",
"name": "Salmon Rose",
"hex": "#E7968B",
"rgb": [
231,
150,
139
],
"hsl": [
7,
66,
73
],
"cmyk": [
0,
35,
40,
9
],
"family": "red",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.4067,
"contrast": {
"black": 9.13,
"white": 2.3
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.13
},
"description": "Salmon Rose is #E7968B, a warm red color with balanced character. Compared with Dark Salmon, it is lighter and less saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/salmon-rose/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon-rose.json"
}
],
"differences": {
"rgbDistance": 17.1,
"contrastRatio": 1,
"hslDelta": {
"hue": 8,
"saturation": 6,
"lightness": 3
},
"luminanceDelta": 0.0013,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [],
"lighterColor": "Salmon Rose",
"moreSaturatedColor": "Dark Salmon"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Dark Salmon",
"background": "#E9967A",
"foreground": "#000000",
"label": "black text",
"ratio": 9.11
},
{
"color": "Salmon Rose",
"background": "#E7968B",
"foreground": "#000000",
"label": "black text",
"ratio": 9.13
}
]
},
"useCases": {
"chooseFirstWhen": "Dark Salmon is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #E9967A.",
"chooseSecondWhen": "Salmon Rose is better when the design needs balanced red character, warm temperature, and the specific HEX value #E7968B.",
"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/dark-salmon-vs-salmon-rose.json",
"https://www.colorsencyclopedia.com/api/colors/dark-salmon.json",
"https://www.colorsencyclopedia.com/api/colors/salmon-rose.json"
],
"url": "https://www.colorsencyclopedia.com/compare/dark-salmon-vs-salmon-rose/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/dark-salmon-vs-salmon-rose.json"
}