#eed32e
a balanced, electric yellow · cool · closest name: gold
RGB
238, 211, 46
HSL
52°, 85%, 56%
CMYK
0, 11, 81, 7
Luminance
0.6496
Every format
| HEX | #eed32e |
| RGB | rgb(238, 211, 46) |
| HSL | hsl(52, 85%, 56%) |
| CMYK | cmyk(0%, 11%, 81%, 7%) |
| LAB | lab(84.5 -6.4 77.3) |
| LCH | lch(84.5 77.5 94.7) |
| OKLCH | oklch(0.864 0.169 99.1) |
Copy-ready code
/* CSS */
color: #eed32e;
background-color: #eed32e;
/* Tailwind (arbitrary) */
class="text-[#eed32e] bg-[#eed32e]"
/* SCSS */
$brand: #eed32e;
/* SwiftUI */
Color(red: 0.933, green: 0.827, blue: 0.180)
/* Android */
Color.parseColor("#eed32e")Accessibility — WCAG contrast
Aa
#eed32e on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed32e on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.7%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow80.7%
Key (black)6.7%
Color previews
#eed32e text on a black background
contrast 13.99:1
Card sample
#eed32e text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed32e;
Background color
Panel with #eed32e background
background-color: #eed32e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed32e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 211, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 211, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed32e; background: linear-gradient(135deg, #eed32e, #89EE2E);