#ea8421
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 132, 33
HSL
30°, 83%, 52%
CMYK
0, 44, 86, 8
Luminance
0.3410
Every format
| HEX | #ea8421 |
| RGB | rgb(234, 132, 33) |
| HSL | hsl(30, 83%, 52%) |
| CMYK | cmyk(0%, 44%, 86%, 8%) |
| LAB | lab(65.0 32.9 64.5) |
| LCH | lch(65.0 72.4 63.0) |
| OKLCH | oklch(0.711 0.160 57.8) |
Copy-ready code
/* CSS */
color: #ea8421;
background-color: #ea8421;
/* Tailwind (arbitrary) */
class="text-[#ea8421] bg-[#ea8421]"
/* SCSS */
$brand: #ea8421;
/* SwiftUI */
Color(red: 0.918, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#ea8421")Accessibility — WCAG contrast
Aa
#ea8421 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8421 on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.6%
Yellow85.9%
Key (black)8.2%
Color previews
#ea8421 text on a black background
contrast 7.82:1
Card sample
#ea8421 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8421;
Background color
Panel with #ea8421 background
background-color: #ea8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8421; background: linear-gradient(135deg, #ea8421, #CAEA21);