#eed9fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 217, 252
HSL
276°, 85%, 92%
CMYK
6, 14, 0, 1
Luminance
0.7483
Every format
| HEX | #eed9fc |
| RGB | rgb(238, 217, 252) |
| HSL | hsl(276, 85%, 92%) |
| CMYK | cmyk(6%, 14%, 0%, 1%) |
| LAB | lab(89.3 13.5 -14.4) |
| LCH | lch(89.3 19.7 313.1) |
| OKLCH | oklch(0.913 0.052 311.9) |
Copy-ready code
/* CSS */
color: #eed9fc;
background-color: #eed9fc;
/* Tailwind (arbitrary) */
class="text-[#eed9fc] bg-[#eed9fc]"
/* SCSS */
$brand: #eed9fc;
/* SwiftUI */
Color(red: 0.933, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#eed9fc")Accessibility — WCAG contrast
Aa
#eed9fc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed9fc on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.1%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eed9fc text on a black background
contrast 15.97:1
Card sample
#eed9fc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed9fc;
Background color
Panel with #eed9fc background
background-color: #eed9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed9fc; background: linear-gradient(135deg, #eed9fc, #FCD9F3);