#e3bfce
a light, soft magenta / pink · warm · closest name: pink
RGB
227, 191, 206
HSL
335°, 39%, 82%
CMYK
0, 16, 9, 11
Luminance
0.5805
Every format
| HEX | #e3bfce |
| RGB | rgb(227, 191, 206) |
| HSL | hsl(335, 39%, 82%) |
| CMYK | cmyk(0%, 16%, 9%, 11%) |
| LAB | lab(80.8 15.3 -2.7) |
| LCH | lch(80.8 15.5 349.9) |
| OKLCH | oklch(0.840 0.045 351.1) |
Copy-ready code
/* CSS */
color: #e3bfce;
background-color: #e3bfce;
/* Tailwind (arbitrary) */
class="text-[#e3bfce] bg-[#e3bfce]"
/* SCSS */
$brand: #e3bfce;
/* SwiftUI */
Color(red: 0.890, green: 0.749, blue: 0.808)
/* Android */
Color.parseColor("#e3bfce")Accessibility — WCAG contrast
Aa
#e3bfce on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3bfce on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green74.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow9.3%
Key (black)11.0%
Color previews
#e3bfce text on a black background
contrast 12.61:1
Card sample
#e3bfce text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3bfce;
Background color
Panel with #e3bfce background
background-color: #e3bfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3bfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 191, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 191, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3bfce; background: linear-gradient(135deg, #e3bfce, #E3C8BF);