#e7c6df
a light, soft magenta / pink · warm · closest name: pink
RGB
231, 198, 223
HSL
315°, 41%, 84%
CMYK
0, 14, 4, 9
Luminance
0.6270
Every format
| HEX | #e7c6df |
| RGB | rgb(231, 198, 223) |
| HSL | hsl(315, 41%, 84%) |
| CMYK | cmyk(0%, 14%, 4%, 9%) |
| LAB | lab(83.3 15.8 -8.1) |
| LCH | lch(83.3 17.8 333.0) |
| OKLCH | oklch(0.862 0.050 334.5) |
Copy-ready code
/* CSS */
color: #e7c6df;
background-color: #e7c6df;
/* Tailwind (arbitrary) */
class="text-[#e7c6df] bg-[#e7c6df]"
/* SCSS */
$brand: #e7c6df;
/* SwiftUI */
Color(red: 0.906, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#e7c6df")Accessibility — WCAG contrast
Aa
#e7c6df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7c6df on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow3.5%
Key (black)9.4%
Color previews
#e7c6df text on a black background
contrast 13.54:1
Card sample
#e7c6df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7c6df;
Background color
Panel with #e7c6df background
background-color: #e7c6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7c6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7c6df; background: linear-gradient(135deg, #e7c6df, #E7C6C9);