#eedfff
a pale, electric violet · warm · closest name: lavender
RGB
238, 223, 255
HSL
268°, 100%, 94%
CMYK
7, 13, 0, 0
Luminance
0.7817
Every format
| HEX | #eedfff |
| RGB | rgb(238, 223, 255) |
| HSL | hsl(268, 100%, 94%) |
| CMYK | cmyk(7%, 13%, 0%, 0%) |
| LAB | lab(90.9 10.9 -13.7) |
| LCH | lch(90.9 17.5 308.6) |
| OKLCH | oklch(0.925 0.046 306.6) |
Copy-ready code
/* CSS */
color: #eedfff;
background-color: #eedfff;
/* Tailwind (arbitrary) */
class="text-[#eedfff] bg-[#eedfff]"
/* SCSS */
$brand: #eedfff;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#eedfff")Accessibility — WCAG contrast
Aa
#eedfff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfff on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#eedfff text on a black background
contrast 16.63:1
Card sample
#eedfff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfff;
Background color
Panel with #eedfff background
background-color: #eedfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfff; background: linear-gradient(135deg, #eedfff, #FFDFFB);