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": "pink-vs-cherry-blossom",
"type": "nearest",
"name": "Pink vs Cherry Blossom",
"verdict": "Pink and Cherry Blossom are very close colors. Pink is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.06:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Pink and Cherry Blossom are different red colors with HEX values #FFC0CB and #FFB7C5. According to Colors Encyclopedia, their RGB distance is 10.8, their contrast ratio is 1.06:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 10.8,
"contrastRatio": 1.06,
"colors": [
{
"slug": "pink",
"name": "Pink",
"hex": "#FFC0CB",
"rgb": [
255,
192,
203
],
"hsl": [
350,
100,
88
],
"cmyk": [
0,
25,
20,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.6327,
"contrast": {
"black": 13.65,
"white": 1.54
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 13.65
},
"description": "Pink is #FFC0CB, a warm red color with light and pastel character. Compared with Cherry Blossom, it is lighter and similar in saturation. 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/pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pink.json"
},
{
"slug": "cherry-blossom",
"name": "Cherry Blossom",
"hex": "#FFB7C5",
"rgb": [
255,
183,
197
],
"hsl": [
348,
100,
86
],
"cmyk": [
0,
28,
23,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.5916,
"contrast": {
"black": 12.83,
"white": 1.64
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.83
},
"description": "Cherry Blossom is #FFB7C5, a warm red color with light and pastel character. Compared with Pink, it is darker and similar in saturation. 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/cherry-blossom/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/cherry-blossom.json"
}
],
"differences": {
"rgbDistance": 10.8,
"contrastRatio": 1.06,
"hslDelta": {
"hue": 2,
"saturation": 0,
"lightness": 2
},
"luminanceDelta": 0.0411,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Pink",
"moreSaturatedColor": "Pink"
},
"accessibility": {
"pairContrastRatio": 1.06,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Pink",
"background": "#FFC0CB",
"foreground": "#000000",
"label": "black text",
"ratio": 13.65
},
{
"color": "Cherry Blossom",
"background": "#FFB7C5",
"foreground": "#000000",
"label": "black text",
"ratio": 12.83
}
]
},
"useCases": {
"chooseFirstWhen": "Pink is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFC0CB.",
"chooseSecondWhen": "Cherry Blossom is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFB7C5.",
"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/pink-vs-cherry-blossom.json",
"https://www.colorsencyclopedia.com/api/colors/pink.json",
"https://www.colorsencyclopedia.com/api/colors/cherry-blossom.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pink-vs-cherry-blossom/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pink-vs-cherry-blossom.json"
}