#edcbdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
237, 203, 223
HSL
325°, 49%, 86%
CMYK
0, 14, 6, 7
Luminance
0.6604
Every format
| HEX | #edcbdf |
| RGB | rgb(237, 203, 223) |
| HSL | hsl(325, 49%, 86%) |
| CMYK | cmyk(0%, 14%, 6%, 7%) |
| LAB | lab(85.0 15.2 -5.5) |
| LCH | lch(85.0 16.2 340.3) |
| OKLCH | oklch(0.877 0.046 342.0) |
Copy-ready code
/* CSS */
color: #edcbdf;
background-color: #edcbdf;
/* Tailwind (arbitrary) */
class="text-[#edcbdf] bg-[#edcbdf]"
/* SCSS */
$brand: #edcbdf;
/* SwiftUI */
Color(red: 0.929, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#edcbdf")Accessibility — WCAG contrast
Aa
#edcbdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcbdf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow5.9%
Key (black)7.1%
Color previews
#edcbdf text on a black background
contrast 14.21:1
Card sample
#edcbdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcbdf;
Background color
Panel with #edcbdf background
background-color: #edcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcbdf; background: linear-gradient(135deg, #edcbdf, #EDCECB);