#eadf21
a balanced, electric yellow · cool · closest name: gold
RGB
234, 223, 33
HSL
57°, 83%, 52%
CMYK
0, 5, 86, 8
Luminance
0.7038
Every format
| HEX | #eadf21 |
| RGB | rgb(234, 223, 33) |
| HSL | hsl(57, 83%, 52%) |
| CMYK | cmyk(0%, 5%, 86%, 8%) |
| LAB | lab(87.2 -14.4 82.5) |
| LCH | lch(87.2 83.7 99.9) |
| OKLCH | oklch(0.885 0.183 105.8) |
Copy-ready code
/* CSS */
color: #eadf21;
background-color: #eadf21;
/* Tailwind (arbitrary) */
class="text-[#eadf21] bg-[#eadf21]"
/* SCSS */
$brand: #eadf21;
/* SwiftUI */
Color(red: 0.918, green: 0.875, blue: 0.129)
/* Android */
Color.parseColor("#eadf21")Accessibility — WCAG contrast
Aa
#eadf21 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadf21 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow85.9%
Key (black)8.2%
Color previews
#eadf21 text on a black background
contrast 15.08:1
Card sample
#eadf21 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadf21;
Background color
Panel with #eadf21 background
background-color: #eadf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 223, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 223, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadf21; background: linear-gradient(135deg, #eadf21, #6FEA21);