#e4bcdf
a light, soft magenta / pink · warm · closest name: pink
RGB
228, 188, 223
HSL
308°, 43%, 82%
CMYK
0, 18, 2, 11
Luminance
0.5779
Every format
| HEX | #e4bcdf |
| RGB | rgb(228, 188, 223) |
| HSL | hsl(308, 43%, 82%) |
| CMYK | cmyk(0%, 18%, 2%, 11%) |
| LAB | lab(80.6 20.2 -12.1) |
| LCH | lch(80.6 23.5 329.1) |
| OKLCH | oklch(0.841 0.065 330.3) |
Copy-ready code
/* CSS */
color: #e4bcdf;
background-color: #e4bcdf;
/* Tailwind (arbitrary) */
class="text-[#e4bcdf] bg-[#e4bcdf]"
/* SCSS */
$brand: #e4bcdf;
/* SwiftUI */
Color(red: 0.894, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#e4bcdf")Accessibility — WCAG contrast
Aa
#e4bcdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4bcdf on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow2.2%
Key (black)10.6%
Color previews
#e4bcdf text on a black background
contrast 12.56:1
Card sample
#e4bcdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4bcdf;
Background color
Panel with #e4bcdf background
background-color: #e4bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4bcdf; background: linear-gradient(135deg, #e4bcdf, #E4BCC4);