CSS Utilities
--color-golden-yellow: #FFDF00;
.bg-golden-yellow { background-color: #FFDF00; }
.text-golden-yellow { color: #FFDF00; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#FFDF00",
"rgb": [
255,
223,
0
],
"hsl": [
52,
100,
50
],
"cmyk": [
0,
13,
100,
0
],
"luminance": 0.7404,
"contrast": {
"black": 15.81,
"white": 1.33
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#0022FF",
"analogous": [
"#FF5E00",
"#A1FF00"
],
"triadic": [
"#00FFDD",
"#DD00FF"
],
"tetradic": [
"#00FF5E",
"#0022FF",
"#FF00A1"
],
"splitComplementary": [
"#00A1FF",
"#5E00FF"
],
"monochromatic": [
"#FFE95C",
"#FFDF00",
"#A38D00"
]
}Variants
{
"light": "#FFE95C",
"dark": "#A38D00",
"saturated": "#FFDD00",
"desaturated": "#E3C81C",
"pastel": "#F5E789",
"neon": "#FFE229"
}Pairings
{
"best": [
"#000000",
"#0022FF",
"#FF5E00",
"#A1FF00"
],
"avoid": [
"#E3C81C",
"#FFE95C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFE95C",
"#E3C81C"
]
}Knowledge graph
{
"nearestColors": [
"school-bus-yellow",
"gold",
"cyber-yellow",
"canary-yellow",
"caution-yellow"
],
"generatedPalettes": [
"golden-yellow"
],
"generatedComparisons": [
"golden-yellow-vs-gold",
"golden-yellow-vs-school-bus-yellow"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/golden-yellow",
"/wcag/golden-yellow",
"/css/colors/golden-yellow",
"/hex/ffdf00"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/golden-yellow"
],
"related": [
"/colors/school-bus-yellow",
"/colors/gold",
"/colors/cyber-yellow",
"/colors/canary-yellow",
"/colors/caution-yellow",
"/compare/golden-yellow-vs-gold",
"/compare/golden-yellow-vs-school-bus-yellow",
"/harmonies/golden-yellow",
"/wcag/golden-yellow",
"/css/colors/golden-yellow",
"/hex/ffdf00"
]
}
}Full JSON dataset
{
"slug": "golden-yellow",
"name": "Golden Yellow",
"hex": "#FFDF00",
"uses": [
"highlight colors",
"editorial accents",
"warm backgrounds"
],
"psychology": {
"associations": [
"optimism",
"clarity",
"warmth"
],
"contexts": [
"education",
"food",
"lifestyle",
"print design"
],
"avoidIn": [
"long-form text backgrounds at high saturation"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design and editorial color systems."
},
"family": "yellow",
"temperature": "warm",
"tone": [
"vibrant"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"yellow",
"warm",
"vibrant",
"highlight-colors",
"editorial-accents",
"warm-backgrounds",
"optimism",
"clarity",
"warmth"
],
"popularity": 84,
"rgb": [
255,
223,
0
],
"hsl": [
52,
100,
50
],
"cmyk": [
0,
13,
100,
0
],
"luminance": 0.7404,
"contrast": {
"black": 15.81,
"white": 1.33
},
"harmonies": {
"complementary": "#0022FF",
"analogous": [
"#FF5E00",
"#A1FF00"
],
"triadic": [
"#00FFDD",
"#DD00FF"
],
"tetradic": [
"#00FF5E",
"#0022FF",
"#FF00A1"
],
"splitComplementary": [
"#00A1FF",
"#5E00FF"
],
"monochromatic": [
"#FFE95C",
"#FFDF00",
"#A38D00"
]
},
"variants": {
"light": "#FFE95C",
"dark": "#A38D00",
"saturated": "#FFDD00",
"desaturated": "#E3C81C",
"pastel": "#F5E789",
"neon": "#FFE229"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-golden-yellow: #FFDF00;",
"utility": ".bg-golden-yellow { background-color: #FFDF00; }",
"textUtility": ".text-golden-yellow { color: #FFDF00; }"
},
"nearestColors": [
"school-bus-yellow",
"gold",
"cyber-yellow",
"canary-yellow",
"caution-yellow"
],
"generatedPalettes": [
"golden-yellow"
],
"generatedComparisons": [
"golden-yellow-vs-gold",
"golden-yellow-vs-school-bus-yellow"
],
"relatedFamilies": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"relatedTools": [
"/harmonies/golden-yellow",
"/wcag/golden-yellow",
"/css/colors/golden-yellow",
"/hex/ffdf00"
],
"semanticRelations": {
"broader": [
"/colors/by-family/yellow",
"/colors/by-temperature/warm",
"/colors/by-tone/vibrant"
],
"narrower": [
"/palettes/golden-yellow"
],
"related": [
"/colors/school-bus-yellow",
"/colors/gold",
"/colors/cyber-yellow",
"/colors/canary-yellow",
"/colors/caution-yellow",
"/compare/golden-yellow-vs-gold",
"/compare/golden-yellow-vs-school-bus-yellow",
"/harmonies/golden-yellow",
"/wcag/golden-yellow",
"/css/colors/golden-yellow",
"/hex/ffdf00"
]
},
"pairings": {
"best": [
"#000000",
"#0022FF",
"#FF5E00",
"#A1FF00"
],
"avoid": [
"#E3C81C",
"#FFE95C"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFE95C",
"#E3C81C"
]
}
}
Color meaning and use
About Golden Yellow Color
Golden Yellow sits in the yellow family with warm temperature and vibrant visual character. Golden Yellow is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include optimism, clarity, and warmth, which makes it relevant for education and food. In design work, Golden Yellow is most useful for highlight colors, editorial accents, and warm backgrounds, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Golden Yellow against black and white text.