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