#eecdf0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 205, 240
HSL
297°, 54%, 87%
CMYK
1, 15, 0, 6
Luminance
0.6813
Every format
| HEX | #eecdf0 |
| RGB | rgb(238, 205, 240) |
| HSL | hsl(297, 54%, 87%) |
| CMYK | cmyk(1%, 15%, 0%, 6%) |
| LAB | lab(86.1 17.5 -12.9) |
| LCH | lch(86.1 21.8 323.6) |
| OKLCH | oklch(0.887 0.059 324.3) |
Copy-ready code
/* CSS */
color: #eecdf0;
background-color: #eecdf0;
/* Tailwind (arbitrary) */
class="text-[#eecdf0] bg-[#eecdf0]"
/* SCSS */
$brand: #eecdf0;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#eecdf0")Accessibility — WCAG contrast
Aa
#eecdf0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdf0 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#eecdf0 text on a black background
contrast 14.63:1
Card sample
#eecdf0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdf0;
Background color
Panel with #eecdf0 background
background-color: #eecdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdf0; background: linear-gradient(135deg, #eecdf0, #F0CDDB);