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-marigold",
"type": "nearest",
"name": "Goldenrod vs Marigold",
"verdict": "Goldenrod and Marigold are very close colors. Marigold 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": "Goldenrod and Marigold are different orange colors with HEX values #DAA520 and #EAA221. According to Colors Encyclopedia, their RGB distance is 16.3, their contrast ratio is 1.03:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 16.3,
"contrastRatio": 1.03,
"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 Marigold, 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": "marigold",
"name": "Marigold",
"hex": "#EAA221",
"rgb": [
234,
162,
33
],
"hsl": [
39,
83,
52
],
"cmyk": [
0,
31,
86,
8
],
"family": "orange",
"temperature": "warm",
"tone": [
"vibrant"
],
"luminance": 0.4344,
"contrast": {
"black": 9.69,
"white": 2.17
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 9.69
},
"description": "Marigold is #EAA221, a warm orange 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/marigold/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/marigold.json"
}
],
"differences": {
"rgbDistance": 16.3,
"contrastRatio": 1.03,
"hslDelta": {
"hue": 4,
"saturation": 9,
"lightness": 3
},
"luminanceDelta": 0.0152,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"vibrant"
],
"lighterColor": "Marigold",
"moreSaturatedColor": "Marigold"
},
"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": "Goldenrod",
"background": "#DAA520",
"foreground": "#000000",
"label": "black text",
"ratio": 9.38
},
{
"color": "Marigold",
"background": "#EAA221",
"foreground": "#000000",
"label": "black text",
"ratio": 9.69
}
]
},
"useCases": {
"chooseFirstWhen": "Goldenrod is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #DAA520.",
"chooseSecondWhen": "Marigold is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #EAA221.",
"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-marigold.json",
"https://www.colorsencyclopedia.com/api/colors/goldenrod.json",
"https://www.colorsencyclopedia.com/api/colors/marigold.json"
],
"url": "https://www.colorsencyclopedia.com/compare/goldenrod-vs-marigold/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/goldenrod-vs-marigold.json"
}