#e3bfdf
a light, soft magenta / pink · warm · closest name: pink
RGB
227, 191, 223
HSL
307°, 39%, 82%
CMYK
0, 16, 2, 11
Luminance
0.5892
Every format
| HEX | #e3bfdf |
| RGB | rgb(227, 191, 223) |
| HSL | hsl(307, 39%, 82%) |
| CMYK | cmyk(0%, 16%, 2%, 11%) |
| LAB | lab(81.3 18.2 -11.2) |
| LCH | lch(81.3 21.4 328.5) |
| OKLCH | oklch(0.845 0.059 329.7) |
Copy-ready code
/* CSS */
color: #e3bfdf;
background-color: #e3bfdf;
/* Tailwind (arbitrary) */
class="text-[#e3bfdf] bg-[#e3bfdf]"
/* SCSS */
$brand: #e3bfdf;
/* SwiftUI */
Color(red: 0.890, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#e3bfdf")Accessibility — WCAG contrast
Aa
#e3bfdf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3bfdf on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow1.8%
Key (black)11.0%
Color previews
#e3bfdf text on a black background
contrast 12.78:1
Card sample
#e3bfdf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3bfdf;
Background color
Panel with #e3bfdf background
background-color: #e3bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3bfdf; background: linear-gradient(135deg, #e3bfdf, #E3BFC7);