#eb4d50
a balanced, electric red · warm · closest name: crimson
RGB
235, 77, 80
HSL
359°, 80%, 61%
CMYK
0, 67, 66, 8
Luminance
0.2355
Every format
| HEX | #eb4d50 |
| RGB | rgb(235, 77, 80) |
| HSL | hsl(359, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 66%, 8%) |
| LAB | lab(55.6 60.7 32.9) |
| LCH | lch(55.6 69.1 28.5) |
| OKLCH | oklch(0.641 0.194 23.5) |
Copy-ready code
/* CSS */
color: #eb4d50;
background-color: #eb4d50;
/* Tailwind (arbitrary) */
class="text-[#eb4d50] bg-[#eb4d50]"
/* SCSS */
$brand: #eb4d50;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.314)
/* Android */
Color.parseColor("#eb4d50")Accessibility — WCAG contrast
Aa
#eb4d50 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4d50 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow66.0%
Key (black)7.8%
Color previews
#eb4d50 text on a black background
contrast 5.71:1
Card sample
#eb4d50 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4d50;
Background color
Panel with #eb4d50 background
background-color: #eb4d50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4d50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4d50; background: linear-gradient(135deg, #eb4d50, #EBB34D);