#ea8021
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 128, 33
HSL
28°, 83%, 52%
CMYK
0, 45, 86, 8
Luminance
0.3304
Every format
| HEX | #ea8021 |
| RGB | rgb(234, 128, 33) |
| HSL | hsl(28, 83%, 52%) |
| CMYK | cmyk(0%, 45%, 86%, 8%) |
| LAB | lab(64.2 34.9 63.9) |
| LCH | lch(64.2 72.8 61.3) |
| OKLCH | oklch(0.704 0.162 55.6) |
Copy-ready code
/* CSS */
color: #ea8021;
background-color: #ea8021;
/* Tailwind (arbitrary) */
class="text-[#ea8021] bg-[#ea8021]"
/* SCSS */
$brand: #ea8021;
/* SwiftUI */
Color(red: 0.918, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#ea8021")Accessibility — WCAG contrast
Aa
#ea8021 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ea8021 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow85.9%
Key (black)8.2%
Color previews
#ea8021 text on a black background
contrast 7.61:1
Card sample
#ea8021 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea8021;
Background color
Panel with #ea8021 background
background-color: #ea8021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea8021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea8021; background: linear-gradient(135deg, #ea8021, #CEEA21);