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