#eeaef1
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 174, 241
HSL
297°, 71%, 81%
CMYK
1, 28, 0, 6
Luminance
0.5480
Every format
| HEX | #eeaef1 |
| RGB | rgb(238, 174, 241) |
| HSL | hsl(297, 71%, 81%) |
| CMYK | cmyk(1%, 28%, 0%, 6%) |
| LAB | lab(78.9 34.2 -24.2) |
| LCH | lch(78.9 41.9 324.7) |
| OKLCH | oklch(0.832 0.115 325.1) |
Copy-ready code
/* CSS */
color: #eeaef1;
background-color: #eeaef1;
/* Tailwind (arbitrary) */
class="text-[#eeaef1] bg-[#eeaef1]"
/* SCSS */
$brand: #eeaef1;
/* SwiftUI */
Color(red: 0.933, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#eeaef1")Accessibility — WCAG contrast
Aa
#eeaef1 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaef1 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.2%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#eeaef1 text on a black background
contrast 11.96:1
Card sample
#eeaef1 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaef1;
Background color
Panel with #eeaef1 background
background-color: #eeaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaef1; background: linear-gradient(135deg, #eeaef1, #F1AEC7);