#eb978f
a light, vivid red · warm · closest name: salmon
RGB
235, 151, 143
HSL
5°, 70%, 74%
CMYK
0, 36, 39, 8
Luminance
0.4178
Every format
| HEX | #eb978f |
| RGB | rgb(235, 151, 143) |
| HSL | hsl(5, 70%, 74%) |
| CMYK | cmyk(0%, 36%, 39%, 8%) |
| LAB | lab(70.7 30.6 17.4) |
| LCH | lch(70.7 35.2 29.6) |
| OKLCH | oklch(0.759 0.103 25.7) |
Copy-ready code
/* CSS */
color: #eb978f;
background-color: #eb978f;
/* Tailwind (arbitrary) */
class="text-[#eb978f] bg-[#eb978f]"
/* SCSS */
$brand: #eb978f;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.561)
/* Android */
Color.parseColor("#eb978f")Accessibility — WCAG contrast
Aa
#eb978f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb978f on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow39.1%
Key (black)7.8%
Color previews
#eb978f text on a black background
contrast 9.36:1
Card sample
#eb978f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb978f;
Background color
Panel with #eb978f background
background-color: #eb978f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb978f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb978f; background: linear-gradient(135deg, #eb978f, #EBD48F);