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": "ghost-white-vs-magnolia",
"type": "nearest",
"name": "Ghost White vs Magnolia",
"verdict": "Ghost White and Magnolia are very close colors. Ghost 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": "Ghost White and Magnolia are different blue and purple colors with HEX values #F8F8FF and #F8F4FF. According to Colors Encyclopedia, their RGB distance is 4, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 4,
"contrastRatio": 1.03,
"colors": [
{
"slug": "ghost-white",
"name": "Ghost White",
"hex": "#F8F8FF",
"rgb": [
248,
248,
255
],
"hsl": [
240,
100,
99
],
"cmyk": [
3,
3,
0,
0
],
"family": "blue",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9431,
"contrast": {
"black": 19.86,
"white": 1.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.86
},
"description": "Ghost White is #F8F8FF, a cool blue color with light and pastel character. Compared with Magnolia, 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/ghost-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ghost-white.json"
},
{
"slug": "magnolia",
"name": "Magnolia",
"hex": "#F8F4FF",
"rgb": [
248,
244,
255
],
"hsl": [
262,
100,
98
],
"cmyk": [
3,
4,
0,
0
],
"family": "purple",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"luminance": 0.9188,
"contrast": {
"black": 19.38,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 19.38
},
"description": "Magnolia is #F8F4FF, a cool purple color with light and pastel character. Compared with Ghost White, it is darker 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/magnolia/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/magnolia.json"
}
],
"differences": {
"rgbDistance": 4,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 22,
"saturation": 0,
"lightness": 1
},
"luminanceDelta": 0.0243,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"light",
"pastel"
],
"lighterColor": "Ghost White",
"moreSaturatedColor": "Ghost White"
},
"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": "Ghost White",
"background": "#F8F8FF",
"foreground": "#000000",
"label": "black text",
"ratio": 19.86
},
{
"color": "Magnolia",
"background": "#F8F4FF",
"foreground": "#000000",
"label": "black text",
"ratio": 19.38
}
]
},
"useCases": {
"chooseFirstWhen": "Ghost White is better when the design needs light and pastel blue character, cool temperature, and the specific HEX value #F8F8FF.",
"chooseSecondWhen": "Magnolia is better when the design needs light and pastel purple character, cool temperature, and the specific HEX value #F8F4FF.",
"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/ghost-white-vs-magnolia.json",
"https://www.colorsencyclopedia.com/api/colors/ghost-white.json",
"https://www.colorsencyclopedia.com/api/colors/magnolia.json"
],
"url": "https://www.colorsencyclopedia.com/compare/ghost-white-vs-magnolia/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/ghost-white-vs-magnolia.json"
}