#eb99db
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 153, 219
HSL
312°, 67%, 76%
CMYK
0, 35, 7, 8
Luminance
0.4556
Every format
| HEX | #eb99db |
| RGB | rgb(235, 153, 219) |
| HSL | hsl(312, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 7%, 8%) |
| LAB | lab(73.3 40.4 -20.9) |
| LCH | lch(73.3 45.5 332.6) |
| OKLCH | oklch(0.785 0.129 334.1) |
Copy-ready code
/* CSS */
color: #eb99db;
background-color: #eb99db;
/* Tailwind (arbitrary) */
class="text-[#eb99db] bg-[#eb99db]"
/* SCSS */
$brand: #eb99db;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.859)
/* Android */
Color.parseColor("#eb99db")Accessibility — WCAG contrast
Aa
#eb99db on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb99db on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow6.8%
Key (black)7.8%
Color previews
#eb99db text on a black background
contrast 10.11:1
Card sample
#eb99db text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb99db;
Background color
Panel with #eb99db background
background-color: #eb99db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb99db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb99db; background: linear-gradient(135deg, #eb99db, #EB99A4);