#ee9df2
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 157, 242
HSL
297°, 77%, 78%
CMYK
2, 35, 0, 5
Luminance
0.4870
Every format
| HEX | #ee9df2 |
| RGB | rgb(238, 157, 242) |
| HSL | hsl(297, 77%, 78%) |
| CMYK | cmyk(2%, 35%, 0%, 5%) |
| LAB | lab(75.3 43.4 -30.4) |
| LCH | lch(75.3 52.9 325.0) |
| OKLCH | oklch(0.804 0.145 325.2) |
Copy-ready code
/* CSS */
color: #ee9df2;
background-color: #ee9df2;
/* Tailwind (arbitrary) */
class="text-[#ee9df2] bg-[#ee9df2]"
/* SCSS */
$brand: #ee9df2;
/* SwiftUI */
Color(red: 0.933, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#ee9df2")Accessibility — WCAG contrast
Aa
#ee9df2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9df2 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green61.6%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ee9df2 text on a black background
contrast 10.74:1
Card sample
#ee9df2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9df2;
Background color
Panel with #ee9df2 background
background-color: #ee9df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9df2; background: linear-gradient(135deg, #ee9df2, #F29DBD);