#eecdf7
a pale, vivid violet · warm · closest name: lavender
RGB
238, 205, 247
HSL
287°, 72%, 89%
CMYK
4, 17, 0, 3
Luminance
0.6856
Every format
| HEX | #eecdf7 |
| RGB | rgb(238, 205, 247) |
| HSL | hsl(287, 72%, 89%) |
| CMYK | cmyk(4%, 17%, 0%, 3%) |
| LAB | lab(86.3 18.8 -16.3) |
| LCH | lch(86.3 24.9 319.1) |
| OKLCH | oklch(0.889 0.067 318.9) |
Copy-ready code
/* CSS */
color: #eecdf7;
background-color: #eecdf7;
/* Tailwind (arbitrary) */
class="text-[#eecdf7] bg-[#eecdf7]"
/* SCSS */
$brand: #eecdf7;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#eecdf7")Accessibility — WCAG contrast
Aa
#eecdf7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdf7 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#eecdf7 text on a black background
contrast 14.71:1
Card sample
#eecdf7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdf7;
Background color
Panel with #eecdf7 background
background-color: #eecdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdf7; background: linear-gradient(135deg, #eecdf7, #F7CDE4);