#eb989f
a light, vivid red · warm · closest name: pink
RGB
235, 152, 159
HSL
355°, 68%, 76%
CMYK
0, 35, 32, 8
Luminance
0.4262
Every format
| HEX | #eb989f |
| RGB | rgb(235, 152, 159) |
| HSL | hsl(355, 68%, 76%) |
| CMYK | cmyk(0%, 35%, 32%, 8%) |
| LAB | lab(71.3 32.0 9.3) |
| LCH | lch(71.3 33.3 16.3) |
| OKLCH | oklch(0.765 0.100 14.2) |
Copy-ready code
/* CSS */
color: #eb989f;
background-color: #eb989f;
/* Tailwind (arbitrary) */
class="text-[#eb989f] bg-[#eb989f]"
/* SCSS */
$brand: #eb989f;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.624)
/* Android */
Color.parseColor("#eb989f")Accessibility — WCAG contrast
Aa
#eb989f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb989f on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow32.3%
Key (black)7.8%
Color previews
#eb989f text on a black background
contrast 9.52:1
Card sample
#eb989f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb989f;
Background color
Panel with #eb989f background
background-color: #eb989f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb989f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb989f; background: linear-gradient(135deg, #eb989f, #EBC898);