#eccdfd
a pale, electric violet · warm · closest name: plum
RGB
236, 205, 253
HSL
279°, 92%, 90%
CMYK
7, 19, 0, 1
Luminance
0.6859
Every format
| HEX | #eccdfd |
| RGB | rgb(236, 205, 253) |
| HSL | hsl(279, 92%, 90%) |
| CMYK | cmyk(7%, 19%, 0%, 1%) |
| LAB | lab(86.3 19.3 -19.5) |
| LCH | lch(86.3 27.4 314.8) |
| OKLCH | oklch(0.889 0.073 313.6) |
Copy-ready code
/* CSS */
color: #eccdfd;
background-color: #eccdfd;
/* Tailwind (arbitrary) */
class="text-[#eccdfd] bg-[#eccdfd]"
/* SCSS */
$brand: #eccdfd;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#eccdfd")Accessibility — WCAG contrast
Aa
#eccdfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdfd on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#eccdfd text on a black background
contrast 14.72:1
Card sample
#eccdfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdfd;
Background color
Panel with #eccdfd background
background-color: #eccdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdfd; background: linear-gradient(135deg, #eccdfd, #FDCDEE);