#eb97bf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 151, 191
HSL
331°, 68%, 76%
CMYK
0, 36, 19, 8
Luminance
0.4356
Every format
| HEX | #eb97bf |
| RGB | rgb(235, 151, 191) |
| HSL | hsl(331, 68%, 76%) |
| CMYK | cmyk(0%, 36%, 19%, 8%) |
| LAB | lab(71.9 37.0 -7.5) |
| LCH | lch(71.9 37.7 348.6) |
| OKLCH | oklch(0.772 0.112 350.0) |
Copy-ready code
/* CSS */
color: #eb97bf;
background-color: #eb97bf;
/* Tailwind (arbitrary) */
class="text-[#eb97bf] bg-[#eb97bf]"
/* SCSS */
$brand: #eb97bf;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.749)
/* Android */
Color.parseColor("#eb97bf")Accessibility — WCAG contrast
Aa
#eb97bf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97bf on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow18.7%
Key (black)7.8%
Color previews
#eb97bf text on a black background
contrast 9.71:1
Card sample
#eb97bf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97bf;
Background color
Panel with #eb97bf background
background-color: #eb97bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97bf; background: linear-gradient(135deg, #eb97bf, #EBA797);