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": "light-salmon-vs-sandy-brown",
"type": "nearest",
"name": "Light Salmon vs Sandy Brown",
"verdict": "Light Salmon and Sandy Brown are visually related colors. Light Salmon is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Light Salmon and Sandy Brown are different orange colors with HEX values #FFA07A and #F4A460. According to Colors Encyclopedia, their RGB distance is 28.5, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 28.5,
"contrastRatio": 1.02,
"colors": [
{
"slug": "light-salmon",
"name": "Light Salmon",
"hex": "#FFA07A",
"rgb": [
255,
160,
122
],
"hsl": [
17,
100,
74
],
"cmyk": [
0,
37,
52,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.4781,
"contrast": {
"black": 10.56,
"white": 1.99
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.56
},
"description": "Light Salmon is #FFA07A, a warm orange color with vibrant character. Compared with Sandy Brown, 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/light-salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-salmon.json"
},
{
"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 Light Salmon, 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/sandy-brown/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sandy-brown.json"
}
],
"differences": {
"rgbDistance": 28.5,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 11,
"saturation": 13,
"lightness": 7
},
"luminanceDelta": 0.0118,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Light Salmon",
"moreSaturatedColor": "Light Salmon"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Light Salmon",
"background": "#FFA07A",
"foreground": "#000000",
"label": "black text",
"ratio": 10.56
},
{
"color": "Sandy Brown",
"background": "#F4A460",
"foreground": "#000000",
"label": "black text",
"ratio": 10.33
}
]
},
"useCases": {
"chooseFirstWhen": "Light Salmon is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #FFA07A.",
"chooseSecondWhen": "Sandy Brown is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #F4A460.",
"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/light-salmon-vs-sandy-brown.json",
"https://www.colorsencyclopedia.com/api/colors/light-salmon.json",
"https://www.colorsencyclopedia.com/api/colors/sandy-brown.json"
],
"url": "https://www.colorsencyclopedia.com/compare/light-salmon-vs-sandy-brown/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/light-salmon-vs-sandy-brown.json"
}