#eb384d
a balanced, electric red · warm · closest name: crimson
RGB
235, 56, 77
HSL
353°, 82%, 57%
CMYK
0, 76, 67, 8
Luminance
0.2103
Every format
| HEX | #eb384d |
| RGB | rgb(235, 56, 77) |
| HSL | hsl(353, 82%, 57%) |
| CMYK | cmyk(0%, 76%, 67%, 8%) |
| LAB | lab(53.0 67.8 31.4) |
| LCH | lch(53.0 74.7 24.9) |
| OKLCH | oklch(0.621 0.213 20.2) |
Copy-ready code
/* CSS */
color: #eb384d;
background-color: #eb384d;
/* Tailwind (arbitrary) */
class="text-[#eb384d] bg-[#eb384d]"
/* SCSS */
$brand: #eb384d;
/* SwiftUI */
Color(red: 0.922, green: 0.220, blue: 0.302)
/* Android */
Color.parseColor("#eb384d")Accessibility — WCAG contrast
Aa
#eb384d on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb384d on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green22.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow67.2%
Key (black)7.8%
Color previews
#eb384d text on a black background
contrast 5.21:1
Card sample
#eb384d text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb384d;
Background color
Panel with #eb384d background
background-color: #eb384d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb384d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 56, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 56, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb384d; background: linear-gradient(135deg, #eb384d, #EB9B38);