#edc5df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
237, 197, 223
HSL
321°, 53%, 85%
CMYK
0, 17, 6, 7
Luminance
0.6326
Every format
| HEX | #edc5df |
| RGB | rgb(237, 197, 223) |
| HSL | hsl(321, 53%, 85%) |
| CMYK | cmyk(0%, 17%, 6%, 7%) |
| LAB | lab(83.6 18.4 -7.6) |
| LCH | lch(83.6 19.9 337.6) |
| OKLCH | oklch(0.866 0.057 339.3) |
Copy-ready code
/* CSS */
color: #edc5df;
background-color: #edc5df;
/* Tailwind (arbitrary) */
class="text-[#edc5df] bg-[#edc5df]"
/* SCSS */
$brand: #edc5df;
/* SwiftUI */
Color(red: 0.929, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#edc5df")Accessibility — WCAG contrast
Aa
#edc5df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc5df on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow5.9%
Key (black)7.1%
Color previews
#edc5df text on a black background
contrast 13.65:1
Card sample
#edc5df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc5df;
Background color
Panel with #edc5df background
background-color: #edc5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc5df; background: linear-gradient(135deg, #edc5df, #EDC6C5);