#eb99ee
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 153, 238
HSL
298°, 71%, 77%
CMYK
1, 36, 0, 7
Luminance
0.4662
Every format
| HEX | #eb99ee |
| RGB | rgb(235, 153, 238) |
| HSL | hsl(298, 71%, 77%) |
| CMYK | cmyk(1%, 36%, 0%, 7%) |
| LAB | lab(74.0 43.8 -30.3) |
| LCH | lch(74.0 53.2 325.4) |
| OKLCH | oklch(0.793 0.146 325.6) |
Copy-ready code
/* CSS */
color: #eb99ee;
background-color: #eb99ee;
/* Tailwind (arbitrary) */
class="text-[#eb99ee] bg-[#eb99ee]"
/* SCSS */
$brand: #eb99ee;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#eb99ee")Accessibility — WCAG contrast
Aa
#eb99ee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb99ee on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#eb99ee text on a black background
contrast 10.32:1
Card sample
#eb99ee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb99ee;
Background color
Panel with #eb99ee background
background-color: #eb99ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb99ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb99ee; background: linear-gradient(135deg, #eb99ee, #EE99B8);