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": "cherry-blossom-vs-sakura-pink",
"type": "nearest",
"name": "Cherry Blossom vs Sakura Pink",
"verdict": "Cherry Blossom and Sakura Pink are very close colors. They have nearly identical luminance. They share similar temperature behavior. Their mutual contrast is 1:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Cherry Blossom and Sakura Pink are different red colors with HEX values #FFB7C5 and #FFB7C5. According to Colors Encyclopedia, their RGB distance is 0, their contrast ratio is 1:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 0,
"contrastRatio": 1,
"colors": [
{
"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 Sakura Pink, it is similar in luminance 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"
},
{
"slug": "sakura-pink",
"name": "Sakura Pink",
"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": "Sakura Pink is #FFB7C5, a warm red color with light and pastel character. Compared with Cherry Blossom, it is similar in luminance 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/sakura-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/sakura-pink.json"
}
],
"differences": {
"rgbDistance": 0,
"contrastRatio": 1,
"hslDelta": {
"hue": 0,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Cherry Blossom",
"moreSaturatedColor": "Cherry Blossom"
},
"accessibility": {
"pairContrastRatio": 1,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Cherry Blossom",
"background": "#FFB7C5",
"foreground": "#000000",
"label": "black text",
"ratio": 12.83
},
{
"color": "Sakura Pink",
"background": "#FFB7C5",
"foreground": "#000000",
"label": "black text",
"ratio": 12.83
}
]
},
"useCases": {
"chooseFirstWhen": "Cherry Blossom is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFB7C5.",
"chooseSecondWhen": "Sakura Pink 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/cherry-blossom-vs-sakura-pink.json",
"https://www.colorsencyclopedia.com/api/colors/cherry-blossom.json",
"https://www.colorsencyclopedia.com/api/colors/sakura-pink.json"
],
"url": "https://www.colorsencyclopedia.com/compare/cherry-blossom-vs-sakura-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/cherry-blossom-vs-sakura-pink.json"
}