#e8c5df
a light, soft magenta / pink · warm · closest name: pink
RGB
232, 197, 223
HSL
315°, 43%, 84%
CMYK
0, 15, 4, 9
Luminance
0.6242
Every format
| HEX | #e8c5df |
| RGB | rgb(232, 197, 223) |
| HSL | hsl(315, 43%, 84%) |
| CMYK | cmyk(0%, 15%, 4%, 9%) |
| LAB | lab(83.1 16.7 -8.3) |
| LCH | lch(83.1 18.6 333.6) |
| OKLCH | oklch(0.861 0.052 335.2) |
Copy-ready code
/* CSS */
color: #e8c5df;
background-color: #e8c5df;
/* Tailwind (arbitrary) */
class="text-[#e8c5df] bg-[#e8c5df]"
/* SCSS */
$brand: #e8c5df;
/* SwiftUI */
Color(red: 0.910, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#e8c5df")Accessibility — WCAG contrast
Aa
#e8c5df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8c5df on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green77.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow3.9%
Key (black)9.0%
Color previews
#e8c5df text on a black background
contrast 13.48:1
Card sample
#e8c5df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8c5df;
Background color
Panel with #e8c5df background
background-color: #e8c5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8c5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8c5df; background: linear-gradient(135deg, #e8c5df, #E8C5C8);