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