#eccdf6
a pale, vivid violet · warm · closest name: lavender
RGB
236, 205, 246
HSL
285°, 70%, 88%
CMYK
4, 17, 0, 4
Luminance
0.6815
Every format
| HEX | #eccdf6 |
| RGB | rgb(236, 205, 246) |
| HSL | hsl(285, 70%, 88%) |
| CMYK | cmyk(4%, 17%, 0%, 4%) |
| LAB | lab(86.1 18.0 -16.1) |
| LCH | lch(86.1 24.1 318.2) |
| OKLCH | oklch(0.887 0.065 317.9) |
Copy-ready code
/* CSS */
color: #eccdf6;
background-color: #eccdf6;
/* Tailwind (arbitrary) */
class="text-[#eccdf6] bg-[#eccdf6]"
/* SCSS */
$brand: #eccdf6;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#eccdf6")Accessibility — WCAG contrast
Aa
#eccdf6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdf6 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue96.5%
CMYK percentages
Cyan4.1%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#eccdf6 text on a black background
contrast 14.63:1
Card sample
#eccdf6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdf6;
Background color
Panel with #eccdf6 background
background-color: #eccdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdf6; background: linear-gradient(135deg, #eccdf6, #F6CDE5);