#e8df2c
a balanced, electric yellow · cool · closest name: gold
RGB
232, 223, 44
HSL
57°, 80%, 54%
CMYK
0, 4, 81, 9
Luminance
0.7011
Every format
| HEX | #e8df2c |
| RGB | rgb(232, 223, 44) |
| HSL | hsl(57, 80%, 54%) |
| CMYK | cmyk(0%, 4%, 81%, 9%) |
| LAB | lab(87.0 -15.0 79.8) |
| LCH | lch(87.0 81.2 100.6) |
| OKLCH | oklch(0.883 0.179 106.4) |
Copy-ready code
/* CSS */
color: #e8df2c;
background-color: #e8df2c;
/* Tailwind (arbitrary) */
class="text-[#e8df2c] bg-[#e8df2c]"
/* SCSS */
$brand: #e8df2c;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.173)
/* Android */
Color.parseColor("#e8df2c")Accessibility — WCAG contrast
Aa
#e8df2c on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8df2c on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow81.0%
Key (black)9.0%
Color previews
#e8df2c text on a black background
contrast 15.02:1
Card sample
#e8df2c text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8df2c;
Background color
Panel with #e8df2c background
background-color: #e8df2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8df2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8df2c; background: linear-gradient(135deg, #e8df2c, #74E82C);