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