#eeddfd
a pale, electric violet · warm · closest name: lavender
RGB
238, 221, 253
HSL
272°, 89%, 93%
CMYK
6, 13, 0, 1
Luminance
0.7698
Every format
| HEX | #eeddfd |
| RGB | rgb(238, 221, 253) |
| HSL | hsl(272, 89%, 93%) |
| CMYK | cmyk(6%, 13%, 0%, 1%) |
| LAB | lab(90.3 11.6 -13.4) |
| LCH | lch(90.3 17.7 310.7) |
| OKLCH | oklch(0.921 0.046 309.2) |
Copy-ready code
/* CSS */
color: #eeddfd;
background-color: #eeddfd;
/* Tailwind (arbitrary) */
class="text-[#eeddfd] bg-[#eeddfd]"
/* SCSS */
$brand: #eeddfd;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#eeddfd")Accessibility — WCAG contrast
Aa
#eeddfd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddfd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eeddfd text on a black background
contrast 16.40:1
Card sample
#eeddfd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddfd;
Background color
Panel with #eeddfd background
background-color: #eeddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddfd; background: linear-gradient(135deg, #eeddfd, #FDDDF7);