#eb2007
a balanced, electric red · warm · closest name: red
RGB
235, 32, 7
HSL
7°, 94%, 48%
CMYK
0, 86, 97, 8
Luminance
0.1871
Every format
| HEX | #eb2007 |
| RGB | rgb(235, 32, 7) |
| HSL | hsl(7, 94%, 48%) |
| CMYK | cmyk(0%, 86%, 97%, 8%) |
| LAB | lab(50.4 71.8 61.8) |
| LCH | lch(50.4 94.7 40.7) |
| OKLCH | oklch(0.600 0.233 30.5) |
Copy-ready code
/* CSS */
color: #eb2007;
background-color: #eb2007;
/* Tailwind (arbitrary) */
class="text-[#eb2007] bg-[#eb2007]"
/* SCSS */
$brand: #eb2007;
/* SwiftUI */
Color(red: 0.922, green: 0.125, blue: 0.027)
/* Android */
Color.parseColor("#eb2007")Accessibility — WCAG contrast
Aa
#eb2007 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2007 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow97.0%
Key (black)7.8%
Color previews
#eb2007 text on a black background
contrast 4.74:1
Card sample
#eb2007 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2007;
Background color
Panel with #eb2007 background
background-color: #eb2007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 32, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 32, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2007; background: linear-gradient(135deg, #eb2007, #EBB807);