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