#e8c7df
a light, soft magenta / pink · warm · closest name: pink
RGB
232, 199, 223
HSL
316°, 42%, 85%
CMYK
0, 14, 4, 9
Luminance
0.6333
Every format
| HEX | #e8c7df |
| RGB | rgb(232, 199, 223) |
| HSL | hsl(316, 42%, 85%) |
| CMYK | cmyk(0%, 14%, 4%, 9%) |
| LAB | lab(83.6 15.7 -7.6) |
| LCH | lch(83.6 17.4 334.2) |
| OKLCH | oklch(0.865 0.049 335.7) |
Copy-ready code
/* CSS */
color: #e8c7df;
background-color: #e8c7df;
/* Tailwind (arbitrary) */
class="text-[#e8c7df] bg-[#e8c7df]"
/* SCSS */
$brand: #e8c7df;
/* SwiftUI */
Color(red: 0.910, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#e8c7df")Accessibility — WCAG contrast
Aa
#e8c7df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8c7df on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow3.9%
Key (black)9.0%
Color previews
#e8c7df text on a black background
contrast 13.67:1
Card sample
#e8c7df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8c7df;
Background color
Panel with #e8c7df background
background-color: #e8c7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8c7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8c7df; background: linear-gradient(135deg, #e8c7df, #E8C7C9);