#eb4152
a balanced, electric red · warm · closest name: crimson
RGB
235, 65, 82
HSL
354°, 81%, 59%
CMYK
0, 72, 65, 8
Luminance
0.2205
Every format
| HEX | #eb4152 |
| RGB | rgb(235, 65, 82) |
| HSL | hsl(354, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 65%, 8%) |
| LAB | lab(54.1 65.2 29.9) |
| LCH | lch(54.1 71.7 24.6) |
| OKLCH | oklch(0.629 0.205 20.1) |
Copy-ready code
/* CSS */
color: #eb4152;
background-color: #eb4152;
/* Tailwind (arbitrary) */
class="text-[#eb4152] bg-[#eb4152]"
/* SCSS */
$brand: #eb4152;
/* SwiftUI */
Color(red: 0.922, green: 0.255, blue: 0.322)
/* Android */
Color.parseColor("#eb4152")Accessibility — WCAG contrast
Aa
#eb4152 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4152 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow65.1%
Key (black)7.8%
Color previews
#eb4152 text on a black background
contrast 5.41:1
Card sample
#eb4152 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4152;
Background color
Panel with #eb4152 background
background-color: #eb4152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 65, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 65, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4152; background: linear-gradient(135deg, #eb4152, #EBA141);