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