#ee99d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 153, 212
HSL
318°, 71%, 77%
CMYK
0, 36, 11, 7
Luminance
0.4571
Every format
| HEX | #ee99d4 |
| RGB | rgb(238, 153, 212) |
| HSL | hsl(318, 71%, 77%) |
| CMYK | cmyk(0%, 36%, 11%, 7%) |
| LAB | lab(73.4 40.2 -16.9) |
| LCH | lch(73.4 43.6 337.2) |
| OKLCH | oklch(0.786 0.125 338.9) |
Copy-ready code
/* CSS */
color: #ee99d4;
background-color: #ee99d4;
/* Tailwind (arbitrary) */
class="text-[#ee99d4] bg-[#ee99d4]"
/* SCSS */
$brand: #ee99d4;
/* SwiftUI */
Color(red: 0.933, green: 0.600, blue: 0.831)
/* Android */
Color.parseColor("#ee99d4")Accessibility — WCAG contrast
Aa
#ee99d4 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee99d4 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green60.0%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow10.9%
Key (black)6.7%
Color previews
#ee99d4 text on a black background
contrast 10.14:1
Card sample
#ee99d4 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee99d4;
Background color
Panel with #ee99d4 background
background-color: #ee99d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee99d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 153, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 153, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee99d4; background: linear-gradient(135deg, #ee99d4, #EE999B);