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