#eed4fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 212, 252
HSL
279°, 87%, 91%
CMYK
6, 16, 0, 1
Luminance
0.7229
Every format
| HEX | #eed4fc |
| RGB | rgb(238, 212, 252) |
| HSL | hsl(279, 87%, 91%) |
| CMYK | cmyk(6%, 16%, 0%, 1%) |
| LAB | lab(88.1 16.1 -16.2) |
| LCH | lch(88.1 22.8 314.8) |
| OKLCH | oklch(0.904 0.060 313.9) |
Copy-ready code
/* CSS */
color: #eed4fc;
background-color: #eed4fc;
/* Tailwind (arbitrary) */
class="text-[#eed4fc] bg-[#eed4fc]"
/* SCSS */
$brand: #eed4fc;
/* SwiftUI */
Color(red: 0.933, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#eed4fc")Accessibility — WCAG contrast
Aa
#eed4fc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed4fc on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green83.1%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eed4fc text on a black background
contrast 15.46:1
Card sample
#eed4fc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed4fc;
Background color
Panel with #eed4fc background
background-color: #eed4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed4fc; background: linear-gradient(135deg, #eed4fc, #FCD4EF);