#e5bcdf
a light, soft magenta / pink · warm · closest name: pink
RGB
229, 188, 223
HSL
309°, 44%, 82%
CMYK
0, 18, 3, 10
Luminance
0.5795
Every format
| HEX | #e5bcdf |
| RGB | rgb(229, 188, 223) |
| HSL | hsl(309, 44%, 82%) |
| CMYK | cmyk(0%, 18%, 3%, 10%) |
| LAB | lab(80.7 20.5 -11.9) |
| LCH | lch(80.7 23.7 329.8) |
| OKLCH | oklch(0.842 0.066 331.1) |
Copy-ready code
/* CSS */
color: #e5bcdf;
background-color: #e5bcdf;
/* Tailwind (arbitrary) */
class="text-[#e5bcdf] bg-[#e5bcdf]"
/* SCSS */
$brand: #e5bcdf;
/* SwiftUI */
Color(red: 0.898, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#e5bcdf")Accessibility — WCAG contrast
Aa
#e5bcdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5bcdf on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow2.6%
Key (black)10.2%
Color previews
#e5bcdf text on a black background
contrast 12.59:1
Card sample
#e5bcdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5bcdf;
Background color
Panel with #e5bcdf background
background-color: #e5bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5bcdf; background: linear-gradient(135deg, #e5bcdf, #E5BCC4);