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