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