#eecdf3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 205, 243
HSL
292°, 61%, 88%
CMYK
2, 16, 0, 5
Luminance
0.6831
Every format
| HEX | #eecdf3 |
| RGB | rgb(238, 205, 243) |
| HSL | hsl(292, 61%, 88%) |
| CMYK | cmyk(2%, 16%, 0%, 5%) |
| LAB | lab(86.2 18.1 -14.4) |
| LCH | lch(86.2 23.1 321.6) |
| OKLCH | oklch(0.888 0.062 321.8) |
Copy-ready code
/* CSS */
color: #eecdf3;
background-color: #eecdf3;
/* Tailwind (arbitrary) */
class="text-[#eecdf3] bg-[#eecdf3]"
/* SCSS */
$brand: #eecdf3;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#eecdf3")Accessibility — WCAG contrast
Aa
#eecdf3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdf3 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#eecdf3 text on a black background
contrast 14.66:1
Card sample
#eecdf3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdf3;
Background color
Panel with #eecdf3 background
background-color: #eecdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdf3; background: linear-gradient(135deg, #eecdf3, #F3CDDF);