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