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": "pastel-pink-vs-misty-rose",
"type": "nearest",
"name": "Pastel Pink vs Misty Rose",
"verdict": "Pastel Pink and Misty Rose are very close colors. Misty Rose 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": "Pastel Pink and Misty Rose are different red colors with HEX values #FFD1DC and #FFE4E1. According to Colors Encyclopedia, their RGB distance is 19.6, their contrast ratio is 1.13:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 19.6,
"contrastRatio": 1.13,
"colors": [
{
"slug": "pastel-pink",
"name": "Pastel Pink",
"hex": "#FFD1DC",
"rgb": [
255,
209,
220
],
"hsl": [
346,
100,
91
],
"cmyk": [
0,
18,
14,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.7203,
"contrast": {
"black": 15.41,
"white": 1.36
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 15.41
},
"description": "Pastel Pink is #FFD1DC, a warm red color with light and pastel character. Compared with Misty Rose, it is darker and similar in saturation. 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/pastel-pink/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/pastel-pink.json"
},
{
"slug": "misty-rose",
"name": "Misty Rose",
"hex": "#FFE4E1",
"rgb": [
255,
228,
225
],
"hsl": [
6,
100,
94
],
"cmyk": [
0,
11,
12,
0
],
"family": "red",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.8218,
"contrast": {
"black": 17.44,
"white": 1.2
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.44
},
"description": "Misty Rose is #FFE4E1, a warm red color with light and pastel character. Compared with Pastel Pink, 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/misty-rose/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/misty-rose.json"
}
],
"differences": {
"rgbDistance": 19.6,
"contrastRatio": 1.13,
"hslDelta": {
"hue": 340,
"saturation": 0,
"lightness": 3
},
"luminanceDelta": 0.1015,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Misty Rose",
"moreSaturatedColor": "Pastel 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": "Pastel Pink",
"background": "#FFD1DC",
"foreground": "#000000",
"label": "black text",
"ratio": 15.41
},
{
"color": "Misty Rose",
"background": "#FFE4E1",
"foreground": "#000000",
"label": "black text",
"ratio": 17.44
}
]
},
"useCases": {
"chooseFirstWhen": "Pastel Pink is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFD1DC.",
"chooseSecondWhen": "Misty Rose is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFE4E1.",
"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/pastel-pink-vs-misty-rose.json",
"https://www.colorsencyclopedia.com/api/colors/pastel-pink.json",
"https://www.colorsencyclopedia.com/api/colors/misty-rose.json"
],
"url": "https://www.colorsencyclopedia.com/compare/pastel-pink-vs-misty-rose/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/pastel-pink-vs-misty-rose.json"
}