#edc2df
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 194, 223
HSL
320°, 54%, 85%
CMYK
0, 18, 6, 7
Luminance
0.6192
Every format
| HEX | #edc2df |
| RGB | rgb(237, 194, 223) |
| HSL | hsl(320, 54%, 85%) |
| CMYK | cmyk(0%, 18%, 6%, 7%) |
| LAB | lab(82.9 20.0 -8.6) |
| LCH | lch(82.9 21.8 336.6) |
| OKLCH | oklch(0.860 0.062 338.3) |
Copy-ready code
/* CSS */
color: #edc2df;
background-color: #edc2df;
/* Tailwind (arbitrary) */
class="text-[#edc2df] bg-[#edc2df]"
/* SCSS */
$brand: #edc2df;
/* SwiftUI */
Color(red: 0.929, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#edc2df")Accessibility — WCAG contrast
Aa
#edc2df on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc2df on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow5.9%
Key (black)7.1%
Color previews
#edc2df text on a black background
contrast 13.38:1
Card sample
#edc2df text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc2df;
Background color
Panel with #edc2df background
background-color: #edc2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc2df; background: linear-gradient(135deg, #edc2df, #EDC2C2);