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