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