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": "light-pink-vs-sakura-pink",
"type": "nearest",
"name": "Light Pink vs Sakura Pink",
"verdict": "Light Pink and Sakura Pink are very close colors. Sakura Pink is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Light Pink and Sakura Pink are different red colors with HEX values #FFB6C1 and #FFB7C5. According to Colors Encyclopedia, their RGB distance is 4.1, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 4.1,
"contrastRatio": 1.01,
"colors": [
{
"slug": "light-pink",
"name": "Light Pink",
"hex": "#FFB6C1",
"rgb": [
255,
182,
193
],
"hsl": [
351,
100,
86
],
"cmyk": [
0,
29,
24,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.5857,
"contrast": {
"black": 12.71,
"white": 1.65
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 12.71
},
"description": "Light Pink is #FFB6C1, a warm red color with light and pastel character. Compared with Sakura Pink, it is darker 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/light-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/light-pink.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 Light Pink, it is lighter 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": 4.1,
"contrastRatio": 1.01,
"hslDelta": {
"hue": 3,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.0059,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Sakura Pink",
"moreSaturatedColor": "Light Pink"
},
"accessibility": {
"pairContrastRatio": 1.01,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Light Pink",
"background": "#FFB6C1",
"foreground": "#000000",
"label": "black text",
"ratio": 12.71
},
{
"color": "Sakura Pink",
"background": "#FFB7C5",
"foreground": "#000000",
"label": "black text",
"ratio": 12.83
}
]
},
"useCases": {
"chooseFirstWhen": "Light Pink is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFB6C1.",
"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/light-pink-vs-sakura-pink.json",
"https://www.colorsencyclopedia.com/api/colors/light-pink.json",
"https://www.colorsencyclopedia.com/api/colors/sakura-pink.json"
],
"url": "https://www.colorsencyclopedia.com/compare/light-pink-vs-sakura-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/light-pink-vs-sakura-pink.json"
}