#eedffd
a pale, electric violet · warm · closest name: lavender
RGB
238, 223, 253
HSL
270°, 88%, 93%
CMYK
6, 12, 0, 1
Luminance
0.7804
Every format
| HEX | #eedffd |
| RGB | rgb(238, 223, 253) |
| HSL | hsl(270, 88%, 93%) |
| CMYK | cmyk(6%, 12%, 0%, 1%) |
| LAB | lab(90.8 10.5 -12.7) |
| LCH | lch(90.8 16.5 309.6) |
| OKLCH | oklch(0.925 0.043 307.9) |
Copy-ready code
/* CSS */
color: #eedffd;
background-color: #eedffd;
/* Tailwind (arbitrary) */
class="text-[#eedffd] bg-[#eedffd]"
/* SCSS */
$brand: #eedffd;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#eedffd")Accessibility — WCAG contrast
Aa
#eedffd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedffd on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eedffd text on a black background
contrast 16.61:1
Card sample
#eedffd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedffd;
Background color
Panel with #eedffd background
background-color: #eedffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedffd; background: linear-gradient(135deg, #eedffd, #FDDFF8);