#e85421
a balanced, electric orange · warm · closest name: tomato
RGB
232, 84, 33
HSL
15°, 81%, 52%
CMYK
0, 64, 86, 9
Luminance
0.2361
Every format
| HEX | #e85421 |
| RGB | rgb(232, 84, 33) |
| HSL | hsl(15, 81%, 52%) |
| CMYK | cmyk(0%, 64%, 86%, 9%) |
| LAB | lab(55.7 55.1 56.8) |
| LCH | lch(55.7 79.2 45.8) |
| OKLCH | oklch(0.639 0.193 37.7) |
Copy-ready code
/* CSS */
color: #e85421;
background-color: #e85421;
/* Tailwind (arbitrary) */
class="text-[#e85421] bg-[#e85421]"
/* SCSS */
$brand: #e85421;
/* SwiftUI */
Color(red: 0.910, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#e85421")Accessibility — WCAG contrast
Aa
#e85421 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e85421 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow85.8%
Key (black)9.0%
Color previews
#e85421 text on a black background
contrast 5.72:1
Card sample
#e85421 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e85421;
Background color
Panel with #e85421 background
background-color: #e85421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e85421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e85421; background: linear-gradient(135deg, #e85421, #E8D921);