#ea6421
a balanced, electric orange · warm · closest name: chocolate
RGB
234, 100, 33
HSL
20°, 83%, 52%
CMYK
0, 57, 86, 8
Luminance
0.2672
Every format
| HEX | #ea6421 |
| RGB | rgb(234, 100, 33) |
| HSL | hsl(20, 83%, 52%) |
| CMYK | cmyk(0%, 57%, 86%, 8%) |
| LAB | lab(58.7 48.8 59.4) |
| LCH | lch(58.7 76.8 50.6) |
| OKLCH | oklch(0.662 0.182 42.9) |
Copy-ready code
/* CSS */
color: #ea6421;
background-color: #ea6421;
/* Tailwind (arbitrary) */
class="text-[#ea6421] bg-[#ea6421]"
/* SCSS */
$brand: #ea6421;
/* SwiftUI */
Color(red: 0.918, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#ea6421")Accessibility — WCAG contrast
Aa
#ea6421 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea6421 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.3%
Yellow85.9%
Key (black)8.2%
Color previews
#ea6421 text on a black background
contrast 6.34:1
Card sample
#ea6421 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea6421;
Background color
Panel with #ea6421 background
background-color: #ea6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea6421; background: linear-gradient(135deg, #ea6421, #EAEA21);