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