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