#e26f21
a balanced, electric orange · warm · closest name: chocolate
RGB
226, 111, 33
HSL
24°, 77%, 51%
CMYK
0, 51, 85, 11
Luminance
0.2765
Every format
| HEX | #e26f21 |
| RGB | rgb(226, 111, 33) |
| HSL | hsl(24, 77%, 51%) |
| CMYK | cmyk(0%, 51%, 85%, 11%) |
| LAB | lab(59.6 40.4 59.6) |
| LCH | lch(59.6 72.0 55.9) |
| OKLCH | oklch(0.667 0.166 49.1) |
Copy-ready code
/* CSS */
color: #e26f21;
background-color: #e26f21;
/* Tailwind (arbitrary) */
class="text-[#e26f21] bg-[#e26f21]"
/* SCSS */
$brand: #e26f21;
/* SwiftUI */
Color(red: 0.886, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#e26f21")Accessibility — WCAG contrast
Aa
#e26f21 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e26f21 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow85.4%
Key (black)11.4%
Color previews
#e26f21 text on a black background
contrast 6.53:1
Card sample
#e26f21 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e26f21;
Background color
Panel with #e26f21 background
background-color: #e26f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e26f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e26f21; background: linear-gradient(135deg, #e26f21, #D5E221);