#edc7df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
237, 199, 223
HSL
322°, 51%, 86%
CMYK
0, 16, 6, 7
Luminance
0.6418
Every format
| HEX | #edc7df |
| RGB | rgb(237, 199, 223) |
| HSL | hsl(322, 51%, 86%) |
| CMYK | cmyk(0%, 16%, 6%, 7%) |
| LAB | lab(84.1 17.4 -6.9) |
| LCH | lch(84.1 18.7 338.4) |
| OKLCH | oklch(0.869 0.053 340.1) |
Copy-ready code
/* CSS */
color: #edc7df;
background-color: #edc7df;
/* Tailwind (arbitrary) */
class="text-[#edc7df] bg-[#edc7df]"
/* SCSS */
$brand: #edc7df;
/* SwiftUI */
Color(red: 0.929, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#edc7df")Accessibility — WCAG contrast
Aa
#edc7df on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc7df on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow5.9%
Key (black)7.1%
Color previews
#edc7df text on a black background
contrast 13.84:1
Card sample
#edc7df text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc7df;
Background color
Panel with #edc7df background
background-color: #edc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc7df; background: linear-gradient(135deg, #edc7df, #EDC8C7);