#eeddfc
a pale, electric violet · warm · closest name: lavender
RGB
238, 221, 252
HSL
273°, 84%, 93%
CMYK
6, 12, 0, 1
Luminance
0.7692
Every format
| HEX | #eeddfc |
| RGB | rgb(238, 221, 252) |
| HSL | hsl(273, 84%, 93%) |
| CMYK | cmyk(6%, 12%, 0%, 1%) |
| LAB | lab(90.3 11.4 -12.9) |
| LCH | lch(90.3 17.2 311.3) |
| OKLCH | oklch(0.920 0.045 309.9) |
Copy-ready code
/* CSS */
color: #eeddfc;
background-color: #eeddfc;
/* Tailwind (arbitrary) */
class="text-[#eeddfc] bg-[#eeddfc]"
/* SCSS */
$brand: #eeddfc;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.988)
/* Android */
Color.parseColor("#eeddfc")Accessibility — WCAG contrast
Aa
#eeddfc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddfc on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta12.3%
Yellow0.0%
Key (black)1.2%
Color previews
#eeddfc text on a black background
contrast 16.38:1
Card sample
#eeddfc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddfc;
Background color
Panel with #eeddfc background
background-color: #eeddfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddfc; background: linear-gradient(135deg, #eeddfc, #FCDDF5);