#eecdf1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 205, 241
HSL
295°, 56%, 88%
CMYK
1, 15, 0, 6
Luminance
0.6819
Every format
| HEX | #eecdf1 |
| RGB | rgb(238, 205, 241) |
| HSL | hsl(295, 56%, 88%) |
| CMYK | cmyk(1%, 15%, 0%, 6%) |
| LAB | lab(86.1 17.7 -13.4) |
| LCH | lch(86.1 22.2 322.9) |
| OKLCH | oklch(0.887 0.060 323.4) |
Copy-ready code
/* CSS */
color: #eecdf1;
background-color: #eecdf1;
/* Tailwind (arbitrary) */
class="text-[#eecdf1] bg-[#eecdf1]"
/* SCSS */
$brand: #eecdf1;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#eecdf1")Accessibility — WCAG contrast
Aa
#eecdf1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdf1 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue94.5%
CMYK percentages
Cyan1.2%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#eecdf1 text on a black background
contrast 14.64:1
Card sample
#eecdf1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdf1;
Background color
Panel with #eecdf1 background
background-color: #eecdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdf1; background: linear-gradient(135deg, #eecdf1, #F1CDDC);