#eedcfb
a pale, electric violet · warm · closest name: lavender
RGB
238, 220, 251
HSL
275°, 80%, 92%
CMYK
5, 12, 0, 2
Luminance
0.7633
Every format
| HEX | #eedcfb |
| RGB | rgb(238, 220, 251) |
| HSL | hsl(275, 80%, 92%) |
| CMYK | cmyk(5%, 12%, 0%, 2%) |
| LAB | lab(90.0 11.7 -12.8) |
| LCH | lch(90.0 17.4 312.4) |
| OKLCH | oklch(0.918 0.046 311.2) |
Copy-ready code
/* CSS */
color: #eedcfb;
background-color: #eedcfb;
/* Tailwind (arbitrary) */
class="text-[#eedcfb] bg-[#eedcfb]"
/* SCSS */
$brand: #eedcfb;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#eedcfb")Accessibility — WCAG contrast
Aa
#eedcfb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedcfb on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#eedcfb text on a black background
contrast 16.27:1
Card sample
#eedcfb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedcfb;
Background color
Panel with #eedcfb background
background-color: #eedcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcfb; background: linear-gradient(135deg, #eedcfb, #FBDCF3);