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