#eec721
a balanced, electric yellow · cool · closest name: gold
RGB
238, 199, 33
HSL
49°, 86%, 53%
CMYK
0, 16, 86, 7
Luminance
0.5913
Every format
| HEX | #eec721 |
| RGB | rgb(238, 199, 33) |
| HSL | hsl(49, 86%, 53%) |
| CMYK | cmyk(0%, 16%, 86%, 7%) |
| LAB | lab(81.4 -0.6 77.9) |
| LCH | lch(81.4 77.9 90.5) |
| OKLCH | oklch(0.839 0.166 93.9) |
Copy-ready code
/* CSS */
color: #eec721;
background-color: #eec721;
/* Tailwind (arbitrary) */
class="text-[#eec721] bg-[#eec721]"
/* SCSS */
$brand: #eec721;
/* SwiftUI */
Color(red: 0.933, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#eec721")Accessibility — WCAG contrast
Aa
#eec721 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec721 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green78.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow86.1%
Key (black)6.7%
Color previews
#eec721 text on a black background
contrast 12.83:1
Card sample
#eec721 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec721;
Background color
Panel with #eec721 background
background-color: #eec721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec721; background: linear-gradient(135deg, #eec721, #8CEE21);