#eed0fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 208, 252
HSL
281°, 88%, 90%
CMYK
6, 18, 0, 1
Luminance
0.7032
Every format
| HEX | #eed0fc |
| RGB | rgb(238, 208, 252) |
| HSL | hsl(281, 88%, 90%) |
| CMYK | cmyk(6%, 18%, 0%, 1%) |
| LAB | lab(87.2 18.2 -17.6) |
| LCH | lch(87.2 25.4 315.9) |
| OKLCH | oklch(0.896 0.067 315.1) |
Copy-ready code
/* CSS */
color: #eed0fc;
background-color: #eed0fc;
/* Tailwind (arbitrary) */
class="text-[#eed0fc] bg-[#eed0fc]"
/* SCSS */
$brand: #eed0fc;
/* SwiftUI */
Color(red: 0.933, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#eed0fc")Accessibility — WCAG contrast
Aa
#eed0fc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed0fc on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.6%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eed0fc text on a black background
contrast 15.06:1
Card sample
#eed0fc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed0fc;
Background color
Panel with #eed0fc background
background-color: #eed0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed0fc; background: linear-gradient(135deg, #eed0fc, #FCD0ED);