#edc0df
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 192, 223
HSL
319°, 56%, 84%
CMYK
0, 19, 6, 7
Luminance
0.6103
Every format
| HEX | #edc0df |
| RGB | rgb(237, 192, 223) |
| HSL | hsl(319, 56%, 84%) |
| CMYK | cmyk(0%, 19%, 6%, 7%) |
| LAB | lab(82.4 21.1 -9.3) |
| LCH | lch(82.4 23.1 336.1) |
| OKLCH | oklch(0.856 0.065 337.7) |
Copy-ready code
/* CSS */
color: #edc0df;
background-color: #edc0df;
/* Tailwind (arbitrary) */
class="text-[#edc0df] bg-[#edc0df]"
/* SCSS */
$brand: #edc0df;
/* SwiftUI */
Color(red: 0.929, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#edc0df")Accessibility — WCAG contrast
Aa
#edc0df on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc0df on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green75.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow5.9%
Key (black)7.1%
Color previews
#edc0df text on a black background
contrast 13.21:1
Card sample
#edc0df text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc0df;
Background color
Panel with #edc0df background
background-color: #edc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc0df; background: linear-gradient(135deg, #edc0df, #EDC0C1);