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