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