#edcdf8
a pale, electric violet · warm · closest name: lavender
RGB
237, 205, 248
HSL
285°, 75%, 89%
CMYK
4, 17, 0, 3
Luminance
0.6844
Every format
| HEX | #edcdf8 |
| RGB | rgb(237, 205, 248) |
| HSL | hsl(285, 75%, 89%) |
| CMYK | cmyk(4%, 17%, 0%, 3%) |
| LAB | lab(86.2 18.7 -16.9) |
| LCH | lch(86.2 25.2 317.9) |
| OKLCH | oklch(0.888 0.067 317.4) |
Copy-ready code
/* CSS */
color: #edcdf8;
background-color: #edcdf8;
/* Tailwind (arbitrary) */
class="text-[#edcdf8] bg-[#edcdf8]"
/* SCSS */
$brand: #edcdf8;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#edcdf8")Accessibility — WCAG contrast
Aa
#edcdf8 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcdf8 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue97.3%
CMYK percentages
Cyan4.4%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#edcdf8 text on a black background
contrast 14.69:1
Card sample
#edcdf8 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcdf8;
Background color
Panel with #edcdf8 background
background-color: #edcdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcdf8; background: linear-gradient(135deg, #edcdf8, #F8CDE6);