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