#eed9f6
a pale, vivid violet · warm · closest name: lavender
RGB
238, 217, 246
HSL
283°, 62%, 91%
CMYK
3, 12, 0, 4
Luminance
0.7446
Every format
| HEX | #eed9f6 |
| RGB | rgb(238, 217, 246) |
| HSL | hsl(283, 62%, 91%) |
| CMYK | cmyk(3%, 12%, 0%, 4%) |
| LAB | lab(89.1 12.3 -11.5) |
| LCH | lch(89.1 16.9 317.0) |
| OKLCH | oklch(0.911 0.045 316.7) |
Copy-ready code
/* CSS */
color: #eed9f6;
background-color: #eed9f6;
/* Tailwind (arbitrary) */
class="text-[#eed9f6] bg-[#eed9f6]"
/* SCSS */
$brand: #eed9f6;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.965)
/* Android */
Color.parseColor("#eed9f6")Accessibility — WCAG contrast
Aa
#eed9f6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9f6 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue96.5%
CMYK percentages
Cyan3.3%
Magenta11.8%
Yellow0.0%
Key (black)3.5%
Color previews
#eed9f6 text on a black background
contrast 15.89:1
Card sample
#eed9f6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9f6;
Background color
Panel with #eed9f6 background
background-color: #eed9f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9f6; background: linear-gradient(135deg, #eed9f6, #F6D9EB);