#e2bfcb
a light, soft magenta / pink · warm · closest name: pink
RGB
226, 191, 203
HSL
339°, 38%, 82%
CMYK
0, 16, 10, 11
Luminance
0.5774
Every format
| HEX | #e2bfcb |
| RGB | rgb(226, 191, 203) |
| HSL | hsl(339, 38%, 82%) |
| CMYK | cmyk(0%, 16%, 10%, 11%) |
| LAB | lab(80.6 14.4 -1.4) |
| LCH | lch(80.6 14.5 354.6) |
| OKLCH | oklch(0.838 0.043 355.4) |
Copy-ready code
/* CSS */
color: #e2bfcb;
background-color: #e2bfcb;
/* Tailwind (arbitrary) */
class="text-[#e2bfcb] bg-[#e2bfcb]"
/* SCSS */
$brand: #e2bfcb;
/* SwiftUI */
Color(red: 0.886, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#e2bfcb")Accessibility — WCAG contrast
Aa
#e2bfcb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bfcb on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green74.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow10.2%
Key (black)11.4%
Color previews
#e2bfcb text on a black background
contrast 12.55:1
Card sample
#e2bfcb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bfcb;
Background color
Panel with #e2bfcb background
background-color: #e2bfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bfcb; background: linear-gradient(135deg, #e2bfcb, #E2CABF);