#ecadfc
a light, electric violet · warm · closest name: plum
RGB
236, 173, 252
HSL
288°, 93%, 83%
CMYK
6, 31, 0, 1
Luminance
0.5475
Every format
| HEX | #ecadfc |
| RGB | rgb(236, 173, 252) |
| HSL | hsl(288, 93%, 83%) |
| CMYK | cmyk(6%, 31%, 0%, 1%) |
| LAB | lab(78.9 36.2 -30.2) |
| LCH | lch(78.9 47.1 320.1) |
| OKLCH | oklch(0.832 0.127 319.4) |
Copy-ready code
/* CSS */
color: #ecadfc;
background-color: #ecadfc;
/* Tailwind (arbitrary) */
class="text-[#ecadfc] bg-[#ecadfc]"
/* SCSS */
$brand: #ecadfc;
/* SwiftUI */
Color(red: 0.925, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#ecadfc")Accessibility — WCAG contrast
Aa
#ecadfc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecadfc on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.8%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ecadfc text on a black background
contrast 11.95:1
Card sample
#ecadfc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecadfc;
Background color
Panel with #ecadfc background
background-color: #ecadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecadfc; background: linear-gradient(135deg, #ecadfc, #FCADD7);