#eead21
a balanced, electric yellow · warm · closest name: orange
RGB
238, 173, 33
HSL
41°, 86%, 53%
CMYK
0, 27, 86, 7
Luminance
0.4817
Every format
| HEX | #eead21 |
| RGB | rgb(238, 173, 33) |
| HSL | hsl(41, 86%, 53%) |
| CMYK | cmyk(0%, 27%, 86%, 7%) |
| LAB | lab(74.9 12.9 72.8) |
| LCH | lch(74.9 73.9 79.9) |
| OKLCH | oklch(0.789 0.156 80.0) |
Copy-ready code
/* CSS */
color: #eead21;
background-color: #eead21;
/* Tailwind (arbitrary) */
class="text-[#eead21] bg-[#eead21]"
/* SCSS */
$brand: #eead21;
/* SwiftUI */
Color(red: 0.933, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#eead21")Accessibility — WCAG contrast
Aa
#eead21 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eead21 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow86.1%
Key (black)6.7%
Color previews
#eead21 text on a black background
contrast 10.63:1
Card sample
#eead21 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eead21;
Background color
Panel with #eead21 background
background-color: #eead21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eead21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eead21; background: linear-gradient(135deg, #eead21, #A6EE21);