#edcdf1
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
237, 205, 241
HSL
293°, 56%, 88%
CMYK
2, 15, 0, 6
Luminance
0.6802
Every format
| HEX | #edcdf1 |
| RGB | rgb(237, 205, 241) |
| HSL | hsl(293, 56%, 88%) |
| CMYK | cmyk(2%, 15%, 0%, 6%) |
| LAB | lab(86.0 17.4 -13.5) |
| LCH | lch(86.0 22.0 322.1) |
| OKLCH | oklch(0.886 0.059 322.5) |
Copy-ready code
/* CSS */
color: #edcdf1;
background-color: #edcdf1;
/* Tailwind (arbitrary) */
class="text-[#edcdf1] bg-[#edcdf1]"
/* SCSS */
$brand: #edcdf1;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#edcdf1")Accessibility — WCAG contrast
Aa
#edcdf1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcdf1 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue94.5%
CMYK percentages
Cyan1.7%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#edcdf1 text on a black background
contrast 14.60:1
Card sample
#edcdf1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcdf1;
Background color
Panel with #edcdf1 background
background-color: #edcdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcdf1; background: linear-gradient(135deg, #edcdf1, #F1CDDD);