#eecfe1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 207, 225
HSL
325°, 48%, 87%
CMYK
0, 13, 6, 7
Luminance
0.6824
Every format
| HEX | #eecfe1 |
| RGB | rgb(238, 207, 225) |
| HSL | hsl(325, 48%, 87%) |
| CMYK | cmyk(0%, 13%, 6%, 7%) |
| LAB | lab(86.1 13.8 -4.9) |
| LCH | lch(86.1 14.7 340.6) |
| OKLCH | oklch(0.886 0.042 342.2) |
Copy-ready code
/* CSS */
color: #eecfe1;
background-color: #eecfe1;
/* Tailwind (arbitrary) */
class="text-[#eecfe1] bg-[#eecfe1]"
/* SCSS */
$brand: #eecfe1;
/* SwiftUI */
Color(red: 0.933, green: 0.812, blue: 0.882)
/* Android */
Color.parseColor("#eecfe1")Accessibility — WCAG contrast
Aa
#eecfe1 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecfe1 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green81.2%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow5.5%
Key (black)6.7%
Color previews
#eecfe1 text on a black background
contrast 14.65:1
Card sample
#eecfe1 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecfe1;
Background color
Panel with #eecfe1 background
background-color: #eecfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 207, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 207, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecfe1; background: linear-gradient(135deg, #eecfe1, #EED2CF);