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