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