#edc2cf
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 194, 207
HSL
342°, 54%, 85%
CMYK
0, 18, 13, 7
Luminance
0.6109
Every format
| HEX | #edc2cf |
| RGB | rgb(237, 194, 207) |
| HSL | hsl(342, 54%, 85%) |
| CMYK | cmyk(0%, 18%, 13%, 7%) |
| LAB | lab(82.4 17.3 -0.7) |
| LCH | lch(82.4 17.3 357.7) |
| OKLCH | oklch(0.855 0.052 358.2) |
Copy-ready code
/* CSS */
color: #edc2cf;
background-color: #edc2cf;
/* Tailwind (arbitrary) */
class="text-[#edc2cf] bg-[#edc2cf]"
/* SCSS */
$brand: #edc2cf;
/* SwiftUI */
Color(red: 0.929, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#edc2cf")Accessibility — WCAG contrast
Aa
#edc2cf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc2cf on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green76.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow12.7%
Key (black)7.1%
Color previews
#edc2cf text on a black background
contrast 13.22:1
Card sample
#edc2cf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc2cf;
Background color
Panel with #edc2cf background
background-color: #edc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc2cf; background: linear-gradient(135deg, #edc2cf, #EDD2C2);