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