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