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": "coral-reef-vs-salmon",
"type": "nearest",
"name": "Coral Reef vs Salmon",
"verdict": "Coral Reef and Salmon are very close colors. Salmon is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Coral Reef and Salmon are different red colors with HEX values #FD7C6E and #FA8072. According to Colors Encyclopedia, their RGB distance is 6.4, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 6.4,
"contrastRatio": 1.01,
"colors": [
{
"slug": "coral-reef",
"name": "Coral Reef",
"hex": "#FD7C6E",
"rgb": [
253,
124,
110
],
"hsl": [
6,
97,
71
],
"cmyk": [
0,
51,
57,
1
],
"family": "red",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.3642,
"contrast": {
"black": 8.28,
"white": 2.54
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 8.28
},
"description": "Coral Reef is #FD7C6E, a warm red color with vibrant character. Compared with Salmon, it is darker and more 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/coral-reef/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/coral-reef.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 Coral Reef, it is lighter 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/salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon.json"
}
],
"differences": {
"rgbDistance": 6.4,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 0,
"saturation": 4,
"lightness": 0
},
"luminanceDelta": 0.0056,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Salmon",
"moreSaturatedColor": "Coral Reef"
},
"accessibility": {
"pairContrastRatio": 1.01,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Coral Reef",
"background": "#FD7C6E",
"foreground": "#000000",
"label": "black text",
"ratio": 8.28
},
{
"color": "Salmon",
"background": "#FA8072",
"foreground": "#000000",
"label": "black text",
"ratio": 8.4
}
]
},
"useCases": {
"chooseFirstWhen": "Coral Reef is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FD7C6E.",
"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/coral-reef-vs-salmon.json",
"https://www.colorsencyclopedia.com/api/colors/coral-reef.json",
"https://www.colorsencyclopedia.com/api/colors/salmon.json"
],
"url": "https://www.colorsencyclopedia.com/compare/coral-reef-vs-salmon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/coral-reef-vs-salmon.json"
}