#eb97db
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 151, 219
HSL
311°, 68%, 76%
CMYK
0, 36, 7, 8
Luminance
0.4491
Every format
| HEX | #eb97db |
| RGB | rgb(235, 151, 219) |
| HSL | hsl(311, 68%, 76%) |
| CMYK | cmyk(0%, 36%, 7%, 8%) |
| LAB | lab(72.8 41.5 -21.6) |
| LCH | lch(72.8 46.7 332.5) |
| OKLCH | oklch(0.782 0.132 333.9) |
Copy-ready code
/* CSS */
color: #eb97db;
background-color: #eb97db;
/* Tailwind (arbitrary) */
class="text-[#eb97db] bg-[#eb97db]"
/* SCSS */
$brand: #eb97db;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.859)
/* Android */
Color.parseColor("#eb97db")Accessibility — WCAG contrast
Aa
#eb97db on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97db on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow6.8%
Key (black)7.8%
Color previews
#eb97db text on a black background
contrast 9.98:1
Card sample
#eb97db text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97db;
Background color
Panel with #eb97db background
background-color: #eb97db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97db; background: linear-gradient(135deg, #eb97db, #EB97A3);