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