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": "floral-white-vs-ivory",
"type": "nearest",
"name": "Floral White vs Ivory",
"verdict": "Floral White and Ivory are very close colors. Ivory 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": "Floral White and Ivory are different orange and yellow colors with HEX values #FFFAF0 and #FFFFF0. According to Colors Encyclopedia, their RGB distance is 5, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 5,
"contrastRatio": 1.03,
"colors": [
{
"slug": "floral-white",
"name": "Floral White",
"hex": "#FFFAF0",
"rgb": [
255,
250,
240
],
"hsl": [
40,
100,
97
],
"cmyk": [
0,
2,
6,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"light",
"pastel"
],
"luminance": 0.9592,
"contrast": {
"black": 20.18,
"white": 1.04
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 20.18
},
"description": "Floral White is #FFFAF0, a warm orange color with light and pastel character. Compared with Ivory, 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/floral-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/floral-white.json"
},
{
"slug": "ivory",
"name": "Ivory",
"hex": "#FFFFF0",
"rgb": [
255,
255,
240
],
"hsl": [
60,
100,
97
],
"cmyk": [
0,
0,
6,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light",
"neutral"
],
"luminance": 0.9907,
"contrast": {
"black": 20.81,
"white": 1.01
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 20.81
},
"description": "Ivory is #FFFFF0, a warm yellow color with light and neutral character. Compared with Floral White, it is lighter and similar in saturation. Use it for backgrounds, wedding palettes, and classic design, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/ivory/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ivory.json"
}
],
"differences": {
"rgbDistance": 5,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 20,
"saturation": 0,
"lightness": 0
},
"luminanceDelta": 0.0315,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"light"
],
"lighterColor": "Ivory",
"moreSaturatedColor": "Floral 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": "Floral White",
"background": "#FFFAF0",
"foreground": "#000000",
"label": "black text",
"ratio": 20.18
},
{
"color": "Ivory",
"background": "#FFFFF0",
"foreground": "#000000",
"label": "black text",
"ratio": 20.81
}
]
},
"useCases": {
"chooseFirstWhen": "Floral White is better when the design needs light and pastel orange character, warm temperature, and the specific HEX value #FFFAF0.",
"chooseSecondWhen": "Ivory is better when the design needs light and neutral yellow character, warm temperature, and the specific HEX value #FFFFF0.",
"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/floral-white-vs-ivory.json",
"https://www.colorsencyclopedia.com/api/colors/floral-white.json",
"https://www.colorsencyclopedia.com/api/colors/ivory.json"
],
"url": "https://www.colorsencyclopedia.com/compare/floral-white-vs-ivory/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/floral-white-vs-ivory.json"
}