#edcdf3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
237, 205, 243
HSL
291°, 61%, 88%
CMYK
3, 16, 0, 5
Luminance
0.6814
Every format
| HEX | #edcdf3 |
| RGB | rgb(237, 205, 243) |
| HSL | hsl(291, 61%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 5%) |
| LAB | lab(86.1 17.8 -14.5) |
| LCH | lch(86.1 22.9 320.8) |
| OKLCH | oklch(0.887 0.062 320.9) |
Copy-ready code
/* CSS */
color: #edcdf3;
background-color: #edcdf3;
/* Tailwind (arbitrary) */
class="text-[#edcdf3] bg-[#edcdf3]"
/* SCSS */
$brand: #edcdf3;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#edcdf3")Accessibility — WCAG contrast
Aa
#edcdf3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcdf3 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue95.3%
CMYK percentages
Cyan2.5%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#edcdf3 text on a black background
contrast 14.63:1
Card sample
#edcdf3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcdf3;
Background color
Panel with #edcdf3 background
background-color: #edcdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcdf3; background: linear-gradient(135deg, #edcdf3, #F3CDE0);