#eb2949
a balanced, electric red · warm · closest name: crimson
RGB
235, 41, 73
HSL
350°, 83%, 54%
CMYK
0, 83, 69, 8
Luminance
0.1973
Every format
| HEX | #eb2949 |
| RGB | rgb(235, 41, 73) |
| HSL | hsl(350, 83%, 54%) |
| CMYK | cmyk(0%, 83%, 69%, 8%) |
| LAB | lab(51.5 71.5 32.0) |
| LCH | lch(51.5 78.3 24.1) |
| OKLCH | oklch(0.610 0.224 19.4) |
Copy-ready code
/* CSS */
color: #eb2949;
background-color: #eb2949;
/* Tailwind (arbitrary) */
class="text-[#eb2949] bg-[#eb2949]"
/* SCSS */
$brand: #eb2949;
/* SwiftUI */
Color(red: 0.922, green: 0.161, blue: 0.286)
/* Android */
Color.parseColor("#eb2949")Accessibility — WCAG contrast
Aa
#eb2949 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2949 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green16.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow68.9%
Key (black)7.8%
Color previews
#eb2949 text on a black background
contrast 4.95:1
Card sample
#eb2949 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2949;
Background color
Panel with #eb2949 background
background-color: #eb2949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 41, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 41, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2949; background: linear-gradient(135deg, #eb2949, #EB8A29);