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": "sandy-brown-vs-dark-salmon",
"type": "nearest",
"name": "Sandy Brown vs Dark Salmon",
"verdict": "Sandy Brown and Dark Salmon are visually related colors. Sandy Brown is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.13:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Sandy Brown and Dark Salmon are different orange colors with HEX values #F4A460 and #E9967A. According to Colors Encyclopedia, their RGB distance is 31.5, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 31.5,
"contrastRatio": 1.13,
"colors": [
{
"slug": "sandy-brown",
"name": "Sandy Brown",
"hex": "#F4A460",
"rgb": [
244,
164,
96
],
"hsl": [
28,
87,
67
],
"cmyk": [
0,
33,
61,
4
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.4663,
"contrast": {
"black": 10.33,
"white": 2.03
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.33
},
"description": "Sandy Brown is #F4A460, a warm orange color with vibrant character. Compared with Dark Salmon, it is lighter 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/sandy-brown/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sandy-brown.json"
},
{
"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 Sandy Brown, it is darker and less 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"
}
],
"differences": {
"rgbDistance": 31.5,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 13,
"saturation": 15,
"lightness": 3
},
"luminanceDelta": 0.0609,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Sandy Brown",
"moreSaturatedColor": "Sandy Brown"
},
"accessibility": {
"pairContrastRatio": 1.13,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Sandy Brown",
"background": "#F4A460",
"foreground": "#000000",
"label": "black text",
"ratio": 10.33
},
{
"color": "Dark Salmon",
"background": "#E9967A",
"foreground": "#000000",
"label": "black text",
"ratio": 9.11
}
]
},
"useCases": {
"chooseFirstWhen": "Sandy Brown is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #F4A460.",
"chooseSecondWhen": "Dark Salmon is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #E9967A.",
"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/sandy-brown-vs-dark-salmon.json",
"https://www.colorsencyclopedia.com/api/colors/sandy-brown.json",
"https://www.colorsencyclopedia.com/api/colors/dark-salmon.json"
],
"url": "https://www.colorsencyclopedia.com/compare/sandy-brown-vs-dark-salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/sandy-brown-vs-dark-salmon.json"
}