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-coral-vs-salmon",
"type": "nearest",
"name": "Light Coral vs Salmon",
"verdict": "Light Coral and Salmon are very close colors. Salmon is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.04:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Light Coral and Salmon are different red colors with HEX values #F08080 and #FA8072. According to Colors Encyclopedia, their RGB distance is 17.2, their contrast ratio is 1.04:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 17.2,
"contrastRatio": 1.04,
"colors": [
{
"slug": "light-coral",
"name": "Light Coral",
"hex": "#F08080",
"rgb": [
240,
128,
128
],
"hsl": [
0,
79,
72
],
"cmyk": [
0,
47,
47,
6
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3552,
"contrast": {
"black": 8.1,
"white": 2.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.1
},
"description": "Light Coral is #F08080, a warm red color with vibrant character. Compared with 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/light-coral/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-coral.json"
},
{
"slug": "salmon",
"name": "Salmon",
"hex": "#FA8072",
"rgb": [
250,
128,
114
],
"hsl": [
6,
93,
71
],
"cmyk": [
0,
49,
54,
2
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3698,
"contrast": {
"black": 8.4,
"white": 2.5
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.4
},
"description": "Salmon is #FA8072, a warm red color with vibrant character. Compared with Light Coral, 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/salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon.json"
}
],
"differences": {
"rgbDistance": 17.2,
"contrastRatio": 1.04,
"hslDelta": {
"hue": 6,
"saturation": 14,
"lightness": 1
},
"luminanceDelta": 0.0146,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Salmon",
"moreSaturatedColor": "Salmon"
},
"accessibility": {
"pairContrastRatio": 1.04,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Light Coral",
"background": "#F08080",
"foreground": "#000000",
"label": "black text",
"ratio": 8.1
},
{
"color": "Salmon",
"background": "#FA8072",
"foreground": "#000000",
"label": "black text",
"ratio": 8.4
}
]
},
"useCases": {
"chooseFirstWhen": "Light Coral is better when the design needs vibrant red character, warm temperature, and the specific HEX value #F08080.",
"chooseSecondWhen": "Salmon is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FA8072.",
"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-coral-vs-salmon.json",
"https://www.colorsencyclopedia.com/api/colors/light-coral.json",
"https://www.colorsencyclopedia.com/api/colors/salmon.json"
],
"url": "https://www.colorsencyclopedia.com/compare/light-coral-vs-salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/light-coral-vs-salmon.json"
}