#e2bcdf
a light, soft magenta / pink · warm · closest name: pink
RGB
226, 188, 223
HSL
305°, 40%, 81%
CMYK
0, 17, 1, 11
Luminance
0.5746
Every format
| HEX | #e2bcdf |
| RGB | rgb(226, 188, 223) |
| HSL | hsl(305, 40%, 81%) |
| CMYK | cmyk(0%, 17%, 1%, 11%) |
| LAB | lab(80.4 19.5 -12.4) |
| LCH | lch(80.4 23.1 327.6) |
| OKLCH | oklch(0.839 0.064 328.7) |
Copy-ready code
/* CSS */
color: #e2bcdf;
background-color: #e2bcdf;
/* Tailwind (arbitrary) */
class="text-[#e2bcdf] bg-[#e2bcdf]"
/* SCSS */
$brand: #e2bcdf;
/* SwiftUI */
Color(red: 0.886, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#e2bcdf")Accessibility — WCAG contrast
Aa
#e2bcdf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bcdf on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow1.3%
Key (black)11.4%
Color previews
#e2bcdf text on a black background
contrast 12.49:1
Card sample
#e2bcdf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bcdf;
Background color
Panel with #e2bcdf background
background-color: #e2bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bcdf; background: linear-gradient(135deg, #e2bcdf, #E2BCC6);