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": "flamingo-pink-vs-soft-coral",
"type": "nearest",
"name": "Flamingo Pink vs Soft Coral",
"verdict": "Flamingo Pink and Soft Coral are visually related colors. Soft Coral is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.16:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Flamingo Pink and Soft Coral are different pink and red colors with HEX values #FC8EAC and #F7A8A8. According to Colors Encyclopedia, their RGB distance is 26.8, their contrast ratio is 1.16:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 26.8,
"contrastRatio": 1.16,
"colors": [
{
"slug": "flamingo-pink",
"name": "Flamingo Pink",
"hex": "#FC8EAC",
"rgb": [
252,
142,
172
],
"hsl": [
344,
95,
77
],
"cmyk": [
0,
44,
32,
1
],
"family": "pink",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.4302,
"contrast": {
"black": 9.6,
"white": 2.19
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.6
},
"description": "Flamingo Pink is #FC8EAC, a warm pink color with pastel character. Compared with Soft Coral, 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/flamingo-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/flamingo-pink.json"
},
{
"slug": "soft-coral",
"name": "Soft Coral",
"hex": "#F7A8A8",
"rgb": [
247,
168,
168
],
"hsl": [
0,
83,
81
],
"cmyk": [
0,
32,
32,
3
],
"family": "red",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.5061,
"contrast": {
"black": 11.12,
"white": 1.89
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 11.12
},
"description": "Soft Coral is #F7A8A8, a warm red color with pastel character. Compared with Flamingo Pink, it is lighter and less saturated. Use it for soft ui backgrounds, pastel palettes, and gentle product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/soft-coral/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/soft-coral.json"
}
],
"differences": {
"rgbDistance": 26.8,
"contrastRatio": 1.16,
"hslDelta": {
"hue": 344,
"saturation": 12,
"lightness": 4
},
"luminanceDelta": 0.0759,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Soft Coral",
"moreSaturatedColor": "Flamingo Pink"
},
"accessibility": {
"pairContrastRatio": 1.16,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Flamingo Pink",
"background": "#FC8EAC",
"foreground": "#000000",
"label": "black text",
"ratio": 9.6
},
{
"color": "Soft Coral",
"background": "#F7A8A8",
"foreground": "#000000",
"label": "black text",
"ratio": 11.12
}
]
},
"useCases": {
"chooseFirstWhen": "Flamingo Pink is better when the design needs pastel pink character, warm temperature, and the specific HEX value #FC8EAC.",
"chooseSecondWhen": "Soft Coral is better when the design needs pastel red character, warm temperature, and the specific HEX value #F7A8A8.",
"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/flamingo-pink-vs-soft-coral.json",
"https://www.colorsencyclopedia.com/api/colors/flamingo-pink.json",
"https://www.colorsencyclopedia.com/api/colors/soft-coral.json"
],
"url": "https://www.colorsencyclopedia.com/compare/flamingo-pink-vs-soft-coral/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/flamingo-pink-vs-soft-coral.json"
}