#eeca21
a balanced, electric yellow · cool · closest name: gold
RGB
238, 202, 33
HSL
50°, 86%, 53%
CMYK
0, 15, 86, 7
Luminance
0.6053
Every format
| HEX | #eeca21 |
| RGB | rgb(238, 202, 33) |
| HSL | hsl(50, 86%, 53%) |
| CMYK | cmyk(0%, 15%, 86%, 7%) |
| LAB | lab(82.1 -2.2 78.5) |
| LCH | lch(82.1 78.6 91.6) |
| OKLCH | oklch(0.845 0.168 95.4) |
Copy-ready code
/* CSS */
color: #eeca21;
background-color: #eeca21;
/* Tailwind (arbitrary) */
class="text-[#eeca21] bg-[#eeca21]"
/* SCSS */
$brand: #eeca21;
/* SwiftUI */
Color(red: 0.933, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#eeca21")Accessibility — WCAG contrast
Aa
#eeca21 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeca21 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green79.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow86.1%
Key (black)6.7%
Color previews
#eeca21 text on a black background
contrast 13.11:1
Card sample
#eeca21 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeca21;
Background color
Panel with #eeca21 background
background-color: #eeca21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeca21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 202, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 202, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeca21; background: linear-gradient(135deg, #eeca21, #89EE21);