#edc6df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
237, 198, 223
HSL
322°, 52%, 85%
CMYK
0, 17, 6, 7
Luminance
0.6372
Every format
| HEX | #edc6df |
| RGB | rgb(237, 198, 223) |
| HSL | hsl(322, 52%, 85%) |
| CMYK | cmyk(0%, 17%, 6%, 7%) |
| LAB | lab(83.8 17.9 -7.2) |
| LCH | lch(83.8 19.3 338.0) |
| OKLCH | oklch(0.867 0.055 339.7) |
Copy-ready code
/* CSS */
color: #edc6df;
background-color: #edc6df;
/* Tailwind (arbitrary) */
class="text-[#edc6df] bg-[#edc6df]"
/* SCSS */
$brand: #edc6df;
/* SwiftUI */
Color(red: 0.929, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#edc6df")Accessibility — WCAG contrast
Aa
#edc6df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc6df on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow5.9%
Key (black)7.1%
Color previews
#edc6df text on a black background
contrast 13.74:1
Card sample
#edc6df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc6df;
Background color
Panel with #edc6df background
background-color: #edc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc6df; background: linear-gradient(135deg, #edc6df, #EDC7C6);