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": "wheat-vs-navajo-white",
"type": "nearest",
"name": "Wheat vs Navajo White",
"verdict": "Wheat and Navajo White are very close colors. Navajo White is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Wheat and Navajo White are different orange colors with HEX values #F5DEB3 and #FFDEAD. According to Colors Encyclopedia, their RGB distance is 11.7, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 11.7,
"contrastRatio": 1.02,
"colors": [
{
"slug": "wheat",
"name": "Wheat",
"hex": "#F5DEB3",
"rgb": [
245,
222,
179
],
"hsl": [
39,
77,
83
],
"cmyk": [
0,
9,
27,
4
],
"family": "orange",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.7491,
"contrast": {
"black": 15.98,
"white": 1.31
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 15.98
},
"description": "Wheat is #F5DEB3, a warm orange color with pastel character. Compared with Navajo White, it is darker 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/wheat/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/wheat.json"
},
{
"slug": "navajo-white",
"name": "Navajo White",
"hex": "#FFDEAD",
"rgb": [
255,
222,
173
],
"hsl": [
36,
100,
84
],
"cmyk": [
0,
13,
32,
0
],
"family": "orange",
"temperature": "warm",
"tone": [
"pastel"
],
"luminance": 0.7652,
"contrast": {
"black": 16.3,
"white": 1.29
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 16.3
},
"description": "Navajo White is #FFDEAD, a warm orange color with pastel character. Compared with Wheat, 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/navajo-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/navajo-white.json"
}
],
"differences": {
"rgbDistance": 11.7,
"contrastRatio": 1.02,
"hslDelta": {
"hue": 3,
"saturation": 23,
"lightness": 1
},
"luminanceDelta": 0.0161,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"pastel"
],
"lighterColor": "Navajo White",
"moreSaturatedColor": "Navajo White"
},
"accessibility": {
"pairContrastRatio": 1.02,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Wheat",
"background": "#F5DEB3",
"foreground": "#000000",
"label": "black text",
"ratio": 15.98
},
{
"color": "Navajo White",
"background": "#FFDEAD",
"foreground": "#000000",
"label": "black text",
"ratio": 16.3
}
]
},
"useCases": {
"chooseFirstWhen": "Wheat is better when the design needs pastel orange character, warm temperature, and the specific HEX value #F5DEB3.",
"chooseSecondWhen": "Navajo White is better when the design needs pastel orange character, warm temperature, and the specific HEX value #FFDEAD.",
"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/wheat-vs-navajo-white.json",
"https://www.colorsencyclopedia.com/api/colors/wheat.json",
"https://www.colorsencyclopedia.com/api/colors/navajo-white.json"
],
"url": "https://www.colorsencyclopedia.com/compare/wheat-vs-navajo-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/wheat-vs-navajo-white.json"
}