#e22708
a balanced, electric red · warm · closest name: red
RGB
226, 39, 8
HSL
9°, 93%, 46%
CMYK
0, 83, 97, 11
Luminance
0.1764
Every format
| HEX | #e22708 |
| RGB | rgb(226, 39, 8) |
| HSL | hsl(9, 93%, 46%) |
| CMYK | cmyk(0%, 83%, 97%, 11%) |
| LAB | lab(49.1 67.9 59.9) |
| LCH | lch(49.1 90.5 41.4) |
| OKLCH | oklch(0.587 0.222 31.4) |
Copy-ready code
/* CSS */
color: #e22708;
background-color: #e22708;
/* Tailwind (arbitrary) */
class="text-[#e22708] bg-[#e22708]"
/* SCSS */
$brand: #e22708;
/* SwiftUI */
Color(red: 0.886, green: 0.153, blue: 0.031)
/* Android */
Color.parseColor("#e22708")Accessibility — WCAG contrast
Aa
#e22708 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e22708 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green15.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow96.5%
Key (black)11.4%
Color previews
#e22708 text on a black background
contrast 4.53:1
Card sample
#e22708 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e22708;
Background color
Panel with #e22708 background
background-color: #e22708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e22708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 39, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 39, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e22708; background: linear-gradient(135deg, #e22708, #E2B808);