#eccdf3
a pale, vivid violet · warm · closest name: lavender
RGB
236, 205, 243
HSL
289°, 61%, 88%
CMYK
3, 16, 0, 5
Luminance
0.6797
Every format
| HEX | #eccdf3 |
| RGB | rgb(236, 205, 243) |
| HSL | hsl(289, 61%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 5%) |
| LAB | lab(86.0 17.4 -14.6) |
| LCH | lch(86.0 22.8 320.0) |
| OKLCH | oklch(0.886 0.061 320.0) |
Copy-ready code
/* CSS */
color: #eccdf3;
background-color: #eccdf3;
/* Tailwind (arbitrary) */
class="text-[#eccdf3] bg-[#eccdf3]"
/* SCSS */
$brand: #eccdf3;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#eccdf3")Accessibility — WCAG contrast
Aa
#eccdf3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdf3 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue95.3%
CMYK percentages
Cyan2.9%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#eccdf3 text on a black background
contrast 14.59:1
Card sample
#eccdf3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdf3;
Background color
Panel with #eccdf3 background
background-color: #eccdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdf3; background: linear-gradient(135deg, #eccdf3, #F3CDE1);