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": "goldenrod-vs-mustard-yellow",
"type": "nearest",
"name": "Goldenrod vs Mustard Yellow",
"verdict": "Goldenrod and Mustard Yellow are visually related colors. Mustard Yellow is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.08:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Goldenrod and Mustard Yellow are different orange and yellow colors with HEX values #DAA520 and #E1AD01. According to Colors Encyclopedia, their RGB distance is 32.8, their contrast ratio is 1.08:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 32.8,
"contrastRatio": 1.08,
"colors": [
{
"slug": "goldenrod",
"name": "Goldenrod",
"hex": "#DAA520",
"rgb": [
218,
165,
32
],
"hsl": [
43,
74,
49
],
"cmyk": [
0,
24,
85,
15
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.4192,
"contrast": {
"black": 9.38,
"white": 2.24
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.38
},
"description": "Goldenrod is #DAA520, a warm orange color with vibrant character. Compared with Mustard Yellow, 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/goldenrod/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/goldenrod.json"
},
{
"slug": "mustard-yellow",
"name": "Mustard Yellow",
"hex": "#E1AD01",
"rgb": [
225,
173,
1
],
"hsl": [
46,
99,
44
],
"cmyk": [
0,
23,
100,
12
],
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.459,
"contrast": {
"black": 10.18,
"white": 2.06
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 10.18
},
"description": "Mustard Yellow is #E1AD01, a warm yellow color with vibrant character. Compared with Goldenrod, it is lighter 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-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/mustard-yellow.json"
}
],
"differences": {
"rgbDistance": 32.8,
"contrastRatio": 1.08,
"hslDelta": {
"hue": 3,
"saturation": 25,
"lightness": 5
},
"luminanceDelta": 0.0398,
"sameFamily": false,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Mustard Yellow",
"moreSaturatedColor": "Mustard Yellow"
},
"accessibility": {
"pairContrastRatio": 1.08,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Goldenrod",
"background": "#DAA520",
"foreground": "#000000",
"label": "black text",
"ratio": 9.38
},
{
"color": "Mustard Yellow",
"background": "#E1AD01",
"foreground": "#000000",
"label": "black text",
"ratio": 10.18
}
]
},
"useCases": {
"chooseFirstWhen": "Goldenrod is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #DAA520.",
"chooseSecondWhen": "Mustard Yellow is better when the design needs vibrant yellow character, warm temperature, and the specific HEX value #E1AD01.",
"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/goldenrod-vs-mustard-yellow.json",
"https://www.colorsencyclopedia.com/api/colors/goldenrod.json",
"https://www.colorsencyclopedia.com/api/colors/mustard-yellow.json"
],
"url": "https://www.colorsencyclopedia.com/compare/goldenrod-vs-mustard-yellow/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/goldenrod-vs-mustard-yellow.json"
}