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