#e7c2df
a light, soft magenta / pink · warm · closest name: pink
RGB
231, 194, 223
HSL
313°, 44%, 83%
CMYK
0, 16, 4, 9
Luminance
0.6090
Every format
| HEX | #e7c2df |
| RGB | rgb(231, 194, 223) |
| HSL | hsl(313, 44%, 83%) |
| CMYK | cmyk(0%, 16%, 4%, 9%) |
| LAB | lab(82.3 18.0 -9.5) |
| LCH | lch(82.3 20.3 332.1) |
| OKLCH | oklch(0.855 0.057 333.6) |
Copy-ready code
/* CSS */
color: #e7c2df;
background-color: #e7c2df;
/* Tailwind (arbitrary) */
class="text-[#e7c2df] bg-[#e7c2df]"
/* SCSS */
$brand: #e7c2df;
/* SwiftUI */
Color(red: 0.906, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#e7c2df")Accessibility — WCAG contrast
Aa
#e7c2df on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7c2df on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow3.5%
Key (black)9.4%
Color previews
#e7c2df text on a black background
contrast 13.18:1
Card sample
#e7c2df text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7c2df;
Background color
Panel with #e7c2df background
background-color: #e7c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7c2df; background: linear-gradient(135deg, #e7c2df, #E7C2C6);