#eb2b49
a balanced, electric red · warm · closest name: crimson
RGB
235, 43, 73
HSL
351°, 83%, 55%
CMYK
0, 82, 69, 8
Luminance
0.1987
Every format
| HEX | #eb2b49 |
| RGB | rgb(235, 43, 73) |
| HSL | hsl(351, 83%, 55%) |
| CMYK | cmyk(0%, 82%, 69%, 8%) |
| LAB | lab(51.7 71.1 32.2) |
| LCH | lch(51.7 78.0 24.4) |
| OKLCH | oklch(0.611 0.223 19.6) |
Copy-ready code
/* CSS */
color: #eb2b49;
background-color: #eb2b49;
/* Tailwind (arbitrary) */
class="text-[#eb2b49] bg-[#eb2b49]"
/* SCSS */
$brand: #eb2b49;
/* SwiftUI */
Color(red: 0.922, green: 0.169, blue: 0.286)
/* Android */
Color.parseColor("#eb2b49")Accessibility — WCAG contrast
Aa
#eb2b49 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2b49 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow68.9%
Key (black)7.8%
Color previews
#eb2b49 text on a black background
contrast 4.97:1
Card sample
#eb2b49 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2b49;
Background color
Panel with #eb2b49 background
background-color: #eb2b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 43, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 43, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2b49; background: linear-gradient(135deg, #eb2b49, #EB8D2B);