#ea5d21
a balanced, electric orange · warm · closest name: tomato
RGB
234, 93, 33
HSL
18°, 83%, 52%
CMYK
0, 60, 86, 8
Luminance
0.2543
Every format
| HEX | #ea5d21 |
| RGB | rgb(234, 93, 33) |
| HSL | hsl(18, 83%, 52%) |
| CMYK | cmyk(0%, 60%, 86%, 8%) |
| LAB | lab(57.5 51.9 58.4) |
| LCH | lch(57.5 78.2 48.4) |
| OKLCH | oklch(0.653 0.187 40.4) |
Copy-ready code
/* CSS */
color: #ea5d21;
background-color: #ea5d21;
/* Tailwind (arbitrary) */
class="text-[#ea5d21] bg-[#ea5d21]"
/* SCSS */
$brand: #ea5d21;
/* SwiftUI */
Color(red: 0.918, green: 0.365, blue: 0.129)
/* Android */
Color.parseColor("#ea5d21")Accessibility — WCAG contrast
Aa
#ea5d21 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea5d21 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green36.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow85.9%
Key (black)8.2%
Color previews
#ea5d21 text on a black background
contrast 6.09:1
Card sample
#ea5d21 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea5d21;
Background color
Panel with #ea5d21 background
background-color: #ea5d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea5d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 93, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 93, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea5d21; background: linear-gradient(135deg, #ea5d21, #EAE321);