#ee9fc2
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 159, 194
HSL
333°, 70%, 78%
CMYK
0, 33, 19, 7
Luminance
0.4687
Every format
| HEX | #ee9fc2 |
| RGB | rgb(238, 159, 194) |
| HSL | hsl(333, 70%, 78%) |
| CMYK | cmyk(0%, 33%, 19%, 7%) |
| LAB | lab(74.1 34.2 -5.9) |
| LCH | lch(74.1 34.7 350.3) |
| OKLCH | oklch(0.790 0.103 351.6) |
Copy-ready code
/* CSS */
color: #ee9fc2;
background-color: #ee9fc2;
/* Tailwind (arbitrary) */
class="text-[#ee9fc2] bg-[#ee9fc2]"
/* SCSS */
$brand: #ee9fc2;
/* SwiftUI */
Color(red: 0.933, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#ee9fc2")Accessibility — WCAG contrast
Aa
#ee9fc2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9fc2 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow18.5%
Key (black)6.7%
Color previews
#ee9fc2 text on a black background
contrast 10.37:1
Card sample
#ee9fc2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9fc2;
Background color
Panel with #ee9fc2 background
background-color: #ee9fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9fc2; background: linear-gradient(135deg, #ee9fc2, #EEB09F);