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