#e25e21
a balanced, electric orange · warm · closest name: chocolate
RGB
226, 94, 33
HSL
19°, 77%, 51%
CMYK
0, 58, 85, 11
Luminance
0.2428
Every format
| HEX | #e25e21 |
| RGB | rgb(226, 94, 33) |
| HSL | hsl(19, 77%, 51%) |
| CMYK | cmyk(0%, 58%, 85%, 11%) |
| LAB | lab(56.4 48.6 56.9) |
| LCH | lch(56.4 74.9 49.5) |
| OKLCH | oklch(0.642 0.179 41.8) |
Copy-ready code
/* CSS */
color: #e25e21;
background-color: #e25e21;
/* Tailwind (arbitrary) */
class="text-[#e25e21] bg-[#e25e21]"
/* SCSS */
$brand: #e25e21;
/* SwiftUI */
Color(red: 0.886, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#e25e21")Accessibility — WCAG contrast
Aa
#e25e21 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e25e21 on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.4%
Yellow85.4%
Key (black)11.4%
Color previews
#e25e21 text on a black background
contrast 5.86:1
Card sample
#e25e21 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e25e21;
Background color
Panel with #e25e21 background
background-color: #e25e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e25e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e25e21; background: linear-gradient(135deg, #e25e21, #E2DF21);