#eb2801
a balanced, electric red · warm · closest name: red
RGB
235, 40, 1
HSL
10°, 99%, 46%
CMYK
0, 83, 100, 8
Luminance
0.1918
Every format
| HEX | #eb2801 |
| RGB | rgb(235, 40, 1) |
| HSL | hsl(10, 99%, 46%) |
| CMYK | cmyk(0%, 83%, 100%, 8%) |
| LAB | lab(50.9 70.1 63.6) |
| LCH | lch(50.9 94.6 42.2) |
| OKLCH | oklch(0.604 0.230 31.8) |
Copy-ready code
/* CSS */
color: #eb2801;
background-color: #eb2801;
/* Tailwind (arbitrary) */
class="text-[#eb2801] bg-[#eb2801]"
/* SCSS */
$brand: #eb2801;
/* SwiftUI */
Color(red: 0.922, green: 0.157, blue: 0.004)
/* Android */
Color.parseColor("#eb2801")Accessibility — WCAG contrast
Aa
#eb2801 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2801 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green15.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow99.6%
Key (black)7.8%
Color previews
#eb2801 text on a black background
contrast 4.84:1
Card sample
#eb2801 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2801;
Background color
Panel with #eb2801 background
background-color: #eb2801;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2801;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 40, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 40, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2801; background: linear-gradient(135deg, #eb2801, #EBC401);