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