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