#ea6021
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 96, 33
HSL
19°, 83%, 52%
CMYK
0, 59, 86, 8
Luminance
0.2597
Every format
| HEX | #ea6021 |
| RGB | rgb(234, 96, 33) |
| HSL | hsl(19, 83%, 52%) |
| CMYK | cmyk(0%, 59%, 86%, 8%) |
| LAB | lab(58.0 50.6 58.8) |
| LCH | lch(58.0 77.6 49.3) |
| OKLCH | oklch(0.657 0.185 41.5) |
Copy-ready code
/* CSS */
color: #ea6021;
background-color: #ea6021;
/* Tailwind (arbitrary) */
class="text-[#ea6021] bg-[#ea6021]"
/* SCSS */
$brand: #ea6021;
/* SwiftUI */
Color(red: 0.918, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#ea6021")Accessibility — WCAG contrast
Aa
#ea6021 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea6021 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow85.9%
Key (black)8.2%
Color previews
#ea6021 text on a black background
contrast 6.19:1
Card sample
#ea6021 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea6021;
Background color
Panel with #ea6021 background
background-color: #ea6021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea6021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea6021; background: linear-gradient(135deg, #ea6021, #EAE621);