#eeddfb
a pale, electric violet · warm · closest name: lavender
RGB
238, 221, 251
HSL
274°, 79%, 93%
CMYK
5, 12, 0, 2
Luminance
0.7686
Every format
| HEX | #eeddfb |
| RGB | rgb(238, 221, 251) |
| HSL | hsl(274, 79%, 93%) |
| CMYK | cmyk(5%, 12%, 0%, 2%) |
| LAB | lab(90.3 11.2 -12.5) |
| LCH | lch(90.3 16.7 311.9) |
| OKLCH | oklch(0.920 0.044 310.7) |
Copy-ready code
/* CSS */
color: #eeddfb;
background-color: #eeddfb;
/* Tailwind (arbitrary) */
class="text-[#eeddfb] bg-[#eeddfb]"
/* SCSS */
$brand: #eeddfb;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.984)
/* Android */
Color.parseColor("#eeddfb")Accessibility — WCAG contrast
Aa
#eeddfb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddfb on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta12.0%
Yellow0.0%
Key (black)1.6%
Color previews
#eeddfb text on a black background
contrast 16.37:1
Card sample
#eeddfb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddfb;
Background color
Panel with #eeddfb background
background-color: #eeddfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddfb; background: linear-gradient(135deg, #eeddfb, #FBDDF4);