#e8ce2f
a balanced, electric yellow · cool · closest name: gold
RGB
232, 206, 47
HSL
52°, 80%, 55%
CMYK
0, 11, 80, 9
Luminance
0.6150
Every format
| HEX | #e8ce2f |
| RGB | rgb(232, 206, 47) |
| HSL | hsl(52, 80%, 55%) |
| CMYK | cmyk(0%, 11%, 80%, 9%) |
| LAB | lab(82.7 -6.4 75.2) |
| LCH | lch(82.7 75.5 94.8) |
| OKLCH | oklch(0.848 0.165 99.2) |
Copy-ready code
/* CSS */
color: #e8ce2f;
background-color: #e8ce2f;
/* Tailwind (arbitrary) */
class="text-[#e8ce2f] bg-[#e8ce2f]"
/* SCSS */
$brand: #e8ce2f;
/* SwiftUI */
Color(red: 0.910, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#e8ce2f")Accessibility — WCAG contrast
Aa
#e8ce2f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ce2f on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green80.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow79.7%
Key (black)9.0%
Color previews
#e8ce2f text on a black background
contrast 13.30:1
Card sample
#e8ce2f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ce2f;
Background color
Panel with #e8ce2f background
background-color: #e8ce2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ce2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ce2f; background: linear-gradient(135deg, #e8ce2f, #87E82F);