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-light-coral",
"type": "nearest",
"name": "Coral Reef vs Light Coral",
"verdict": "Coral Reef and Light Coral are very close colors. Coral Reef 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": "Coral Reef and Light Coral are different red colors with HEX values #FD7C6E and #F08080. According to Colors Encyclopedia, their RGB distance is 22.6, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 22.6,
"contrastRatio": 1.02,
"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 Light Coral, it is lighter 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": "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 Coral Reef, 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"
}
],
"differences": {
"rgbDistance": 22.6,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 6,
"saturation": 18,
"lightness": 1
},
"luminanceDelta": 0.009,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Coral Reef",
"moreSaturatedColor": "Coral Reef"
},
"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": "Coral Reef",
"background": "#FD7C6E",
"foreground": "#000000",
"label": "black text",
"ratio": 8.28
},
{
"color": "Light Coral",
"background": "#F08080",
"foreground": "#000000",
"label": "black text",
"ratio": 8.1
}
]
},
"useCases": {
"chooseFirstWhen": "Coral Reef is better when the design needs vibrant red character, warm temperature, and the specific HEX value #FD7C6E.",
"chooseSecondWhen": "Light Coral is better when the design needs vibrant red character, warm temperature, and the specific HEX value #F08080.",
"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-light-coral.json",
"https://www.colorsencyclopedia.com/api/colors/coral-reef.json",
"https://www.colorsencyclopedia.com/api/colors/light-coral.json"
],
"url": "https://www.colorsencyclopedia.com/compare/coral-reef-vs-light-coral/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/coral-reef-vs-light-coral.json"
}