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