#eec511
a balanced, electric yellow · cool · closest name: gold
RGB
238, 197, 17
HSL
49°, 87%, 50%
CMYK
0, 17, 93, 7
Luminance
0.5815
Every format
| HEX | #eec511 |
| RGB | rgb(238, 197, 17) |
| HSL | hsl(49, 87%, 50%) |
| CMYK | cmyk(0%, 17%, 93%, 7%) |
| LAB | lab(80.8 0.1 80.3) |
| LCH | lch(80.8 80.3 89.9) |
| OKLCH | oklch(0.835 0.169 93.4) |
Copy-ready code
/* CSS */
color: #eec511;
background-color: #eec511;
/* Tailwind (arbitrary) */
class="text-[#eec511] bg-[#eec511]"
/* SCSS */
$brand: #eec511;
/* SwiftUI */
Color(red: 0.933, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#eec511")Accessibility — WCAG contrast
Aa
#eec511 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec511 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green77.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow92.9%
Key (black)6.7%
Color previews
#eec511 text on a black background
contrast 12.63:1
Card sample
#eec511 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec511;
Background color
Panel with #eec511 background
background-color: #eec511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec511; background: linear-gradient(135deg, #eec511, #84EE11);