#ea9b21
a balanced, electric orange · warm · closest name: orange
RGB
234, 155, 33
HSL
36°, 83%, 52%
CMYK
0, 34, 86, 8
Luminance
0.4104
Every format
| HEX | #ea9b21 |
| RGB | rgb(234, 155, 33) |
| HSL | hsl(36, 83%, 52%) |
| CMYK | cmyk(0%, 34%, 86%, 8%) |
| LAB | lab(70.2 20.8 68.7) |
| LCH | lch(70.2 71.8 73.2) |
| OKLCH | oklch(0.751 0.153 71.0) |
Copy-ready code
/* CSS */
color: #ea9b21;
background-color: #ea9b21;
/* Tailwind (arbitrary) */
class="text-[#ea9b21] bg-[#ea9b21]"
/* SCSS */
$brand: #ea9b21;
/* SwiftUI */
Color(red: 0.918, green: 0.608, blue: 0.129)
/* Android */
Color.parseColor("#ea9b21")Accessibility — WCAG contrast
Aa
#ea9b21 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea9b21 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green60.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow85.9%
Key (black)8.2%
Color previews
#ea9b21 text on a black background
contrast 9.21:1
Card sample
#ea9b21 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea9b21;
Background color
Panel with #ea9b21 background
background-color: #ea9b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea9b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 155, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 155, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea9b21; background: linear-gradient(135deg, #ea9b21, #B3EA21);