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": "maize-vs-mustard",
"type": "nearest",
"name": "Maize vs Mustard",
"verdict": "Maize and Mustard are very close colors. Maize is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.11:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Maize and Mustard are different yellow colors with HEX values #FBEC5D and #FFDB58. According to Colors Encyclopedia, their RGB distance is 18.2, their contrast ratio is 1.11:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 18.2,
"contrastRatio": 1.11,
"colors": [
{
"slug": "maize",
"name": "Maize",
"hex": "#FBEC5D",
"rgb": [
251,
236,
93
],
"hsl": [
54,
95,
67
],
"cmyk": [
0,
6,
63,
2
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.8129,
"contrast": {
"black": 17.26,
"white": 1.22
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 17.26
},
"description": "Maize is #FBEC5D, a warm yellow color with vibrant character. Compared with Mustard, it is lighter and less saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/maize/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/maize.json"
},
{
"slug": "mustard",
"name": "Mustard",
"hex": "#FFDB58",
"rgb": [
255,
219,
88
],
"hsl": [
47,
100,
67
],
"cmyk": [
0,
14,
65,
0
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.7263,
"contrast": {
"black": 15.53,
"white": 1.35
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 15.53
},
"description": "Mustard is #FFDB58, a warm yellow color with vibrant character. Compared with Maize, it is darker and more saturated. Use it for highlight colors, editorial accents, and warm backgrounds, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/mustard/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mustard.json"
}
],
"differences": {
"rgbDistance": 18.2,
"contrastRatio": 1.11,
"hslDelta": {
"hue": 7,
"saturation": 5,
"lightness": 0
},
"luminanceDelta": 0.0866,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Maize",
"moreSaturatedColor": "Mustard"
},
"accessibility": {
"pairContrastRatio": 1.11,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Maize",
"background": "#FBEC5D",
"foreground": "#000000",
"label": "black text",
"ratio": 17.26
},
{
"color": "Mustard",
"background": "#FFDB58",
"foreground": "#000000",
"label": "black text",
"ratio": 15.53
}
]
},
"useCases": {
"chooseFirstWhen": "Maize is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FBEC5D.",
"chooseSecondWhen": "Mustard is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #FFDB58.",
"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/maize-vs-mustard.json",
"https://www.colorsencyclopedia.com/api/colors/maize.json",
"https://www.colorsencyclopedia.com/api/colors/mustard.json"
],
"url": "https://www.colorsencyclopedia.com/compare/maize-vs-mustard/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/maize-vs-mustard.json"
}