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": "lotus-pink-vs-light-pink",
"type": "nearest",
"name": "Lotus Pink vs Light Pink",
"verdict": "Lotus Pink and Light Pink are very close colors. Light Pink is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.15:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Lotus Pink and Light Pink are different red colors with HEX values #F4A7B9 and #FFB6C1. According to Colors Encyclopedia, their RGB distance is 20.2, their contrast ratio is 1.15:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 20.2,
"contrastRatio": 1.15,
"colors": [
{
"slug": "lotus-pink",
"name": "Lotus Pink",
"hex": "#F4A7B9",
"rgb": [
244,
167,
185
],
"hsl": [
346,
78,
81
],
"cmyk": [
0,
32,
24,
4
],
"family": "red",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.5037,
"contrast": {
"black": 11.07,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 11.07
},
"description": "Lotus Pink is #F4A7B9, a warm red color with pastel character. Compared with Light Pink, it is darker and less 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/lotus-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/lotus-pink.json"
},
{
"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 Lotus Pink, it is lighter and more saturated. 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"
}
],
"differences": {
"rgbDistance": 20.2,
"contrastRatio": 1.15,
"hslDelta": {
"hue": 5,
"saturation": 22,
"lightness": 5
},
"luminanceDelta": 0.082,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Light Pink",
"moreSaturatedColor": "Light Pink"
},
"accessibility": {
"pairContrastRatio": 1.15,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Lotus Pink",
"background": "#F4A7B9",
"foreground": "#000000",
"label": "black text",
"ratio": 11.07
},
{
"color": "Light Pink",
"background": "#FFB6C1",
"foreground": "#000000",
"label": "black text",
"ratio": 12.71
}
]
},
"useCases": {
"chooseFirstWhen": "Lotus Pink is better when the design needs pastel red character, warm temperature, and the specific HEX value #F4A7B9.",
"chooseSecondWhen": "Light Pink is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFB6C1.",
"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/lotus-pink-vs-light-pink.json",
"https://www.colorsencyclopedia.com/api/colors/lotus-pink.json",
"https://www.colorsencyclopedia.com/api/colors/light-pink.json"
],
"url": "https://www.colorsencyclopedia.com/compare/lotus-pink-vs-light-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/lotus-pink-vs-light-pink.json"
}