#eb002d
a balanced, electric red · warm · closest name: crimson
RGB
235, 0, 45
HSL
349°, 100%, 46%
CMYK
0, 100, 81, 8
Luminance
0.1785
Every format
| HEX | #eb002d |
| RGB | rgb(235, 0, 45) |
| HSL | hsl(349, 100%, 46%) |
| CMYK | cmyk(0%, 100%, 81%, 8%) |
| LAB | lab(49.3 75.9 45.6) |
| LCH | lch(49.3 88.6 31.0) |
| OKLCH | oklch(0.593 0.240 23.9) |
Copy-ready code
/* CSS */
color: #eb002d;
background-color: #eb002d;
/* Tailwind (arbitrary) */
class="text-[#eb002d] bg-[#eb002d]"
/* SCSS */
$brand: #eb002d;
/* SwiftUI */
Color(red: 0.922, green: 0.000, blue: 0.176)
/* Android */
Color.parseColor("#eb002d")Accessibility — WCAG contrast
Aa
#eb002d on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb002d on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green0.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow80.9%
Key (black)7.8%
Color previews
#eb002d text on a black background
contrast 4.57:1
Card sample
#eb002d text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb002d;
Background color
Panel with #eb002d background
background-color: #eb002d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb002d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 0, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 0, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb002d; background: linear-gradient(135deg, #eb002d, #EB7000);