#eed9f2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 217, 242
HSL
290°, 49%, 90%
CMYK
2, 10, 0, 5
Luminance
0.7421
Every format
| HEX | #eed9f2 |
| RGB | rgb(238, 217, 242) |
| HSL | hsl(290, 49%, 90%) |
| CMYK | cmyk(2%, 10%, 0%, 5%) |
| LAB | lab(89.0 11.6 -9.6) |
| LCH | lch(89.0 15.0 320.5) |
| OKLCH | oklch(0.910 0.040 320.8) |
Copy-ready code
/* CSS */
color: #eed9f2;
background-color: #eed9f2;
/* Tailwind (arbitrary) */
class="text-[#eed9f2] bg-[#eed9f2]"
/* SCSS */
$brand: #eed9f2;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.949)
/* Android */
Color.parseColor("#eed9f2")Accessibility — WCAG contrast
Aa
#eed9f2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9f2 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta10.3%
Yellow0.0%
Key (black)5.1%
Color previews
#eed9f2 text on a black background
contrast 15.84:1
Card sample
#eed9f2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9f2;
Background color
Panel with #eed9f2 background
background-color: #eed9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9f2; background: linear-gradient(135deg, #eed9f2, #F2D9E5);