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