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