#e55421
a balanced, electric orange · warm · closest name: tomato
RGB
229, 84, 33
HSL
16°, 79%, 51%
CMYK
0, 63, 86, 10
Luminance
0.2311
Every format
| HEX | #e55421 |
| RGB | rgb(229, 84, 33) |
| HSL | hsl(16, 79%, 51%) |
| CMYK | cmyk(0%, 63%, 86%, 10%) |
| LAB | lab(55.2 54.1 56.2) |
| LCH | lch(55.2 78.0 46.1) |
| OKLCH | oklch(0.634 0.190 38.0) |
Copy-ready code
/* CSS */
color: #e55421;
background-color: #e55421;
/* Tailwind (arbitrary) */
class="text-[#e55421] bg-[#e55421]"
/* SCSS */
$brand: #e55421;
/* SwiftUI */
Color(red: 0.898, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#e55421")Accessibility — WCAG contrast
Aa
#e55421 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e55421 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow85.6%
Key (black)10.2%
Color previews
#e55421 text on a black background
contrast 5.62:1
Card sample
#e55421 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e55421;
Background color
Panel with #e55421 background
background-color: #e55421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e55421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e55421; background: linear-gradient(135deg, #e55421, #E5D721);