#e8bcdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
232, 188, 223
HSL
312°, 49%, 82%
CMYK
0, 19, 4, 9
Luminance
0.5845
Every format
| HEX | #e8bcdf |
| RGB | rgb(232, 188, 223) |
| HSL | hsl(312, 49%, 82%) |
| CMYK | cmyk(0%, 19%, 4%, 9%) |
| LAB | lab(81.0 21.5 -11.5) |
| LCH | lch(81.0 24.4 331.9) |
| OKLCH | oklch(0.844 0.068 333.3) |
Copy-ready code
/* CSS */
color: #e8bcdf;
background-color: #e8bcdf;
/* Tailwind (arbitrary) */
class="text-[#e8bcdf] bg-[#e8bcdf]"
/* SCSS */
$brand: #e8bcdf;
/* SwiftUI */
Color(red: 0.910, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#e8bcdf")Accessibility — WCAG contrast
Aa
#e8bcdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8bcdf on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow3.9%
Key (black)9.0%
Color previews
#e8bcdf text on a black background
contrast 12.69:1
Card sample
#e8bcdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8bcdf;
Background color
Panel with #e8bcdf background
background-color: #e8bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8bcdf; background: linear-gradient(135deg, #e8bcdf, #E8BCC2);