#eeddf7
a pale, vivid violet · warm · closest name: lavender
RGB
238, 221, 247
HSL
279°, 62%, 92%
CMYK
4, 11, 0, 3
Luminance
0.7661
Every format
| HEX | #eeddf7 |
| RGB | rgb(238, 221, 247) |
| HSL | hsl(279, 62%, 92%) |
| CMYK | cmyk(4%, 11%, 0%, 3%) |
| LAB | lab(90.1 10.4 -10.5) |
| LCH | lch(90.1 14.8 314.7) |
| OKLCH | oklch(0.919 0.039 314.1) |
Copy-ready code
/* CSS */
color: #eeddf7;
background-color: #eeddf7;
/* Tailwind (arbitrary) */
class="text-[#eeddf7] bg-[#eeddf7]"
/* SCSS */
$brand: #eeddf7;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.969)
/* Android */
Color.parseColor("#eeddf7")Accessibility — WCAG contrast
Aa
#eeddf7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeddf7 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta10.5%
Yellow0.0%
Key (black)3.1%
Color previews
#eeddf7 text on a black background
contrast 16.32:1
Card sample
#eeddf7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeddf7;
Background color
Panel with #eeddf7 background
background-color: #eeddf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeddf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeddf7; background: linear-gradient(135deg, #eeddf7, #F7DDEF);