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": "salmon-pink-vs-soft-coral",
"type": "nearest",
"name": "Salmon Pink vs Soft Coral",
"verdict": "Salmon Pink and Soft Coral are very close colors. Soft Coral is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.13:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Salmon Pink and Soft Coral are different red colors with HEX values #FF91A4 and #F7A8A8. According to Colors Encyclopedia, their RGB distance is 24.7, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 24.7,
"contrastRatio": 1.13,
"colors": [
{
"slug": "salmon-pink",
"name": "Salmon Pink",
"hex": "#FF91A4",
"rgb": [
255,
145,
164
],
"hsl": [
350,
100,
78
],
"cmyk": [
0,
43,
36,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.4419,
"contrast": {
"black": 9.84,
"white": 2.13
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.84
},
"description": "Salmon Pink is #FF91A4, a warm red color with pastel character. Compared with Soft Coral, it is darker and more saturated. Use it for branding accents, editorial palettes, and product design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/salmon-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/salmon-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 Salmon 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": 24.7,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 350,
"saturation": 17,
"lightness": 3
},
"luminanceDelta": 0.0642,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Soft Coral",
"moreSaturatedColor": "Salmon Pink"
},
"accessibility": {
"pairContrastRatio": 1.13,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Salmon Pink",
"background": "#FF91A4",
"foreground": "#000000",
"label": "black text",
"ratio": 9.84
},
{
"color": "Soft Coral",
"background": "#F7A8A8",
"foreground": "#000000",
"label": "black text",
"ratio": 11.12
}
]
},
"useCases": {
"chooseFirstWhen": "Salmon Pink is better when the design needs pastel red character, warm temperature, and the specific HEX value #FF91A4.",
"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/salmon-pink-vs-soft-coral.json",
"https://www.colorsencyclopedia.com/api/colors/salmon-pink.json",
"https://www.colorsencyclopedia.com/api/colors/soft-coral.json"
],
"url": "https://www.colorsencyclopedia.com/compare/salmon-pink-vs-soft-coral/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/salmon-pink-vs-soft-coral.json"
}