#ee9df0
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 157, 240
HSL
299°, 74%, 78%
CMYK
1, 35, 0, 6
Luminance
0.4858
Every format
| HEX | #ee9df0 |
| RGB | rgb(238, 157, 240) |
| HSL | hsl(299, 74%, 78%) |
| CMYK | cmyk(1%, 35%, 0%, 6%) |
| LAB | lab(75.2 43.0 -29.4) |
| LCH | lch(75.2 52.1 325.6) |
| OKLCH | oklch(0.803 0.143 326.0) |
Copy-ready code
/* CSS */
color: #ee9df0;
background-color: #ee9df0;
/* Tailwind (arbitrary) */
class="text-[#ee9df0] bg-[#ee9df0]"
/* SCSS */
$brand: #ee9df0;
/* SwiftUI */
Color(red: 0.933, green: 0.616, blue: 0.941)
/* Android */
Color.parseColor("#ee9df0")Accessibility — WCAG contrast
Aa
#ee9df0 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9df0 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green61.6%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta34.6%
Yellow0.0%
Key (black)5.9%
Color previews
#ee9df0 text on a black background
contrast 10.72:1
Card sample
#ee9df0 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9df0;
Background color
Panel with #ee9df0 background
background-color: #ee9df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 157, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 157, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9df0; background: linear-gradient(135deg, #ee9df0, #F09DBA);