#eccdf8
a pale, electric violet · warm · closest name: lavender
RGB
236, 205, 248
HSL
283°, 75%, 89%
CMYK
5, 17, 0, 3
Luminance
0.6827
Every format
| HEX | #eccdf8 |
| RGB | rgb(236, 205, 248) |
| HSL | hsl(283, 75%, 89%) |
| CMYK | cmyk(5%, 17%, 0%, 3%) |
| LAB | lab(86.1 18.4 -17.1) |
| LCH | lch(86.1 25.1 317.1) |
| OKLCH | oklch(0.888 0.067 316.6) |
Copy-ready code
/* CSS */
color: #eccdf8;
background-color: #eccdf8;
/* Tailwind (arbitrary) */
class="text-[#eccdf8] bg-[#eccdf8]"
/* SCSS */
$brand: #eccdf8;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#eccdf8")Accessibility — WCAG contrast
Aa
#eccdf8 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdf8 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue97.3%
CMYK percentages
Cyan4.8%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#eccdf8 text on a black background
contrast 14.65:1
Card sample
#eccdf8 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdf8;
Background color
Panel with #eccdf8 background
background-color: #eccdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdf8; background: linear-gradient(135deg, #eccdf8, #F8CDE7);