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": "misty-rose-vs-antique-white",
"type": "nearest",
"name": "Misty Rose vs Antique White",
"verdict": "Misty Rose and Antique White are very close colors. Antique White is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.03:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Misty Rose and Antique White are different red and orange colors with HEX values #FFE4E1 and #FAEBD7. According to Colors Encyclopedia, their RGB distance is 13.2, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 13.2,
"contrastRatio": 1.03,
"colors": [
{
"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 Antique White, it is darker 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/misty-rose/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/misty-rose.json"
},
{
"slug": "antique-white",
"name": "Antique White",
"hex": "#FAEBD7",
"rgb": [
250,
235,
215
],
"hsl": [
34,
78,
91
],
"cmyk": [
0,
6,
14,
2
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.8465,
"contrast": {
"black": 17.93,
"white": 1.17
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.93
},
"description": "Antique White is #FAEBD7, a warm orange color with light and pastel character. Compared with Misty Rose, it is lighter and less 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/antique-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/antique-white.json"
}
],
"differences": {
"rgbDistance": 13.2,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 28,
"saturation": 22,
"lightness": 3
},
"luminanceDelta": 0.0247,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Antique White",
"moreSaturatedColor": "Misty Rose"
},
"accessibility": {
"pairContrastRatio": 1.03,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Misty Rose",
"background": "#FFE4E1",
"foreground": "#000000",
"label": "black text",
"ratio": 17.44
},
{
"color": "Antique White",
"background": "#FAEBD7",
"foreground": "#000000",
"label": "black text",
"ratio": 17.93
}
]
},
"useCases": {
"chooseFirstWhen": "Misty Rose is better when the design needs light and pastel red character, warm temperature, and the specific HEX value #FFE4E1.",
"chooseSecondWhen": "Antique White is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #FAEBD7.",
"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/misty-rose-vs-antique-white.json",
"https://www.colorsencyclopedia.com/api/colors/misty-rose.json",
"https://www.colorsencyclopedia.com/api/colors/antique-white.json"
],
"url": "https://www.colorsencyclopedia.com/compare/misty-rose-vs-antique-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/misty-rose-vs-antique-white.json"
}