#eb979f
a light, vivid red · warm · closest name: pink
RGB
235, 151, 159
HSL
354°, 68%, 76%
CMYK
0, 36, 32, 8
Luminance
0.4230
Every format
| HEX | #eb979f |
| RGB | rgb(235, 151, 159) |
| HSL | hsl(354, 68%, 76%) |
| CMYK | cmyk(0%, 36%, 32%, 8%) |
| LAB | lab(71.1 32.5 9.0) |
| LCH | lch(71.1 33.7 15.5) |
| OKLCH | oklch(0.763 0.102 13.5) |
Copy-ready code
/* CSS */
color: #eb979f;
background-color: #eb979f;
/* Tailwind (arbitrary) */
class="text-[#eb979f] bg-[#eb979f]"
/* SCSS */
$brand: #eb979f;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.624)
/* Android */
Color.parseColor("#eb979f")Accessibility — WCAG contrast
Aa
#eb979f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb979f on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow32.3%
Key (black)7.8%
Color previews
#eb979f text on a black background
contrast 9.46:1
Card sample
#eb979f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb979f;
Background color
Panel with #eb979f background
background-color: #eb979f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb979f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb979f; background: linear-gradient(135deg, #eb979f, #EBC797);