#eccdf1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 205, 241
HSL
292°, 56%, 88%
CMYK
2, 15, 0, 6
Luminance
0.6785
Every format
| HEX | #eccdf1 |
| RGB | rgb(236, 205, 241) |
| HSL | hsl(292, 56%, 88%) |
| CMYK | cmyk(2%, 15%, 0%, 6%) |
| LAB | lab(85.9 17.1 -13.7) |
| LCH | lch(85.9 21.9 321.3) |
| OKLCH | oklch(0.885 0.059 321.6) |
Copy-ready code
/* CSS */
color: #eccdf1;
background-color: #eccdf1;
/* Tailwind (arbitrary) */
class="text-[#eccdf1] bg-[#eccdf1]"
/* SCSS */
$brand: #eccdf1;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#eccdf1")Accessibility — WCAG contrast
Aa
#eccdf1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdf1 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue94.5%
CMYK percentages
Cyan2.1%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#eccdf1 text on a black background
contrast 14.57:1
Card sample
#eccdf1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdf1;
Background color
Panel with #eccdf1 background
background-color: #eccdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdf1; background: linear-gradient(135deg, #eccdf1, #F1CDDE);