CSS Utilities
--color-pale-gold: #E6BE8A;
.bg-pale-gold { background-color: #E6BE8A; }
.text-pale-gold { color: #E6BE8A; }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": "#E6BE8A",
"rgb": [
230,
190,
138
],
"hsl": [
34,
65,
72
],
"cmyk": [
0,
17,
40,
10
],
"luminance": 0.5548,
"contrast": {
"black": 12.1,
"white": 1.74
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#89B1E6",
"analogous": [
"#E68F89",
"#E0E689"
],
"triadic": [
"#89E6BE",
"#BE89E6"
],
"tetradic": [
"#89E68F",
"#89B1E6",
"#E689E0"
],
"splitComplementary": [
"#89E0E6",
"#8F89E6"
],
"monochromatic": [
"#F6E8D5",
"#E6BE8A",
"#D6943D"
]
}Variants
{
"light": "#F6E8D5",
"dark": "#D6943D",
"saturated": "#F6C079",
"desaturated": "#D6BC99",
"pastel": "#FBF8F4",
"neon": "#FFD399"
}Pairings
{
"best": [
"#000000",
"#89B1E6",
"#E68F89",
"#E0E689"
],
"avoid": [
"#D6BC99",
"#F6E8D5"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#F6E8D5",
"#D6BC99"
]
}Knowledge graph
{
"nearestColors": [
"burly-wood",
"tan",
"travertine",
"champagne-gold",
"topaz"
],
"generatedPalettes": [
"pale-gold"
],
"generatedComparisons": [
"burly-wood-vs-pale-gold",
"pale-gold-vs-tan",
"topaz-vs-pale-gold"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"relatedTools": [
"/harmonies/pale-gold",
"/wcag/pale-gold",
"/css/colors/pale-gold",
"/hex/e6be8a"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"narrower": [
"/palettes/pale-gold"
],
"related": [
"/colors/burly-wood",
"/colors/tan",
"/colors/travertine",
"/colors/champagne-gold",
"/colors/topaz",
"/compare/burly-wood-vs-pale-gold",
"/compare/pale-gold-vs-tan",
"/compare/topaz-vs-pale-gold",
"/harmonies/pale-gold",
"/wcag/pale-gold",
"/css/colors/pale-gold",
"/hex/e6be8a"
]
}
}Full JSON dataset
{
"slug": "pale-gold",
"name": "Pale Gold",
"hex": "#E6BE8A",
"uses": [
"metallic palettes",
"product finishes",
"premium packaging"
],
"psychology": {
"associations": [
"finish",
"durability",
"value"
],
"contexts": [
"hardware",
"automotive",
"jewelry",
"industrial design"
],
"avoidIn": [
"flat pastel systems"
]
},
"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, material, cultural, and editorial color systems."
},
"family": "orange",
"temperature": "warm",
"tone": [
"balanced"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"orange",
"warm",
"balanced",
"metallic-palettes",
"product-finishes",
"premium-packaging",
"finish",
"durability",
"value"
],
"popularity": 80,
"rgb": [
230,
190,
138
],
"hsl": [
34,
65,
72
],
"cmyk": [
0,
17,
40,
10
],
"luminance": 0.5548,
"contrast": {
"black": 12.1,
"white": 1.74
},
"harmonies": {
"complementary": "#89B1E6",
"analogous": [
"#E68F89",
"#E0E689"
],
"triadic": [
"#89E6BE",
"#BE89E6"
],
"tetradic": [
"#89E68F",
"#89B1E6",
"#E689E0"
],
"splitComplementary": [
"#89E0E6",
"#8F89E6"
],
"monochromatic": [
"#F6E8D5",
"#E6BE8A",
"#D6943D"
]
},
"variants": {
"light": "#F6E8D5",
"dark": "#D6943D",
"saturated": "#F6C079",
"desaturated": "#D6BC99",
"pastel": "#FBF8F4",
"neon": "#FFD399"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-pale-gold: #E6BE8A;",
"utility": ".bg-pale-gold { background-color: #E6BE8A; }",
"textUtility": ".text-pale-gold { color: #E6BE8A; }"
},
"nearestColors": [
"burly-wood",
"tan",
"travertine",
"champagne-gold",
"topaz"
],
"generatedPalettes": [
"pale-gold"
],
"generatedComparisons": [
"burly-wood-vs-pale-gold",
"pale-gold-vs-tan",
"topaz-vs-pale-gold"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"relatedTools": [
"/harmonies/pale-gold",
"/wcag/pale-gold",
"/css/colors/pale-gold",
"/hex/e6be8a"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/balanced"
],
"narrower": [
"/palettes/pale-gold"
],
"related": [
"/colors/burly-wood",
"/colors/tan",
"/colors/travertine",
"/colors/champagne-gold",
"/colors/topaz",
"/compare/burly-wood-vs-pale-gold",
"/compare/pale-gold-vs-tan",
"/compare/topaz-vs-pale-gold",
"/harmonies/pale-gold",
"/wcag/pale-gold",
"/css/colors/pale-gold",
"/hex/e6be8a"
]
},
"pairings": {
"best": [
"#000000",
"#89B1E6",
"#E68F89",
"#E0E689"
],
"avoid": [
"#D6BC99",
"#F6E8D5"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#F6E8D5",
"#D6BC99"
]
}
}
Color meaning and use
About Pale Gold Color
Pale Gold sits in the orange family with warm temperature and balanced visual character. Pale Gold is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include finish, durability, and value, which makes it relevant for hardware and automotive. In design work, Pale Gold is most useful for metallic palettes, product finishes, and premium packaging, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Pale Gold against black and white text.