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