#eaad21
a balanced, electric yellow · warm · closest name: orange
RGB
234, 173, 33
HSL
42°, 83%, 52%
CMYK
0, 26, 86, 8
Luminance
0.4749
Every format
| HEX | #eaad21 |
| RGB | rgb(234, 173, 33) |
| HSL | hsl(42, 83%, 52%) |
| CMYK | cmyk(0%, 26%, 86%, 8%) |
| LAB | lab(74.5 11.2 72.2) |
| LCH | lch(74.5 73.1 81.2) |
| OKLCH | oklch(0.784 0.155 81.6) |
Copy-ready code
/* CSS */
color: #eaad21;
background-color: #eaad21;
/* Tailwind (arbitrary) */
class="text-[#eaad21] bg-[#eaad21]"
/* SCSS */
$brand: #eaad21;
/* SwiftUI */
Color(red: 0.918, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#eaad21")Accessibility — WCAG contrast
Aa
#eaad21 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaad21 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow85.9%
Key (black)8.2%
Color previews
#eaad21 text on a black background
contrast 10.50:1
Card sample
#eaad21 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaad21;
Background color
Panel with #eaad21 background
background-color: #eaad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaad21; background: linear-gradient(135deg, #eaad21, #A1EA21);