#e86e21
a balanced, electric orange · warm · closest name: chocolate
RGB
232, 110, 33
HSL
23°, 81%, 52%
CMYK
0, 53, 86, 9
Luminance
0.2842
Every format
| HEX | #e86e21 |
| RGB | rgb(232, 110, 33) |
| HSL | hsl(23, 81%, 52%) |
| CMYK | cmyk(0%, 53%, 86%, 9%) |
| LAB | lab(60.3 43.2 60.5) |
| LCH | lch(60.3 74.4 54.5) |
| OKLCH | oklch(0.674 0.172 47.4) |
Copy-ready code
/* CSS */
color: #e86e21;
background-color: #e86e21;
/* Tailwind (arbitrary) */
class="text-[#e86e21] bg-[#e86e21]"
/* SCSS */
$brand: #e86e21;
/* SwiftUI */
Color(red: 0.910, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#e86e21")Accessibility — WCAG contrast
Aa
#e86e21 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e86e21 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow85.8%
Key (black)9.0%
Color previews
#e86e21 text on a black background
contrast 6.68:1
Card sample
#e86e21 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e86e21;
Background color
Panel with #e86e21 background
background-color: #e86e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e86e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e86e21; background: linear-gradient(135deg, #e86e21, #DDE821);