#e3bfdb
a light, soft magenta / pink · warm · closest name: pink
RGB
227, 191, 219
HSL
313°, 39%, 82%
CMYK
0, 16, 4, 11
Luminance
0.5871
Every format
| HEX | #e3bfdb |
| RGB | rgb(227, 191, 219) |
| HSL | hsl(313, 39%, 82%) |
| CMYK | cmyk(0%, 16%, 4%, 11%) |
| LAB | lab(81.1 17.5 -9.2) |
| LCH | lch(81.1 19.8 332.3) |
| OKLCH | oklch(0.844 0.055 333.8) |
Copy-ready code
/* CSS */
color: #e3bfdb;
background-color: #e3bfdb;
/* Tailwind (arbitrary) */
class="text-[#e3bfdb] bg-[#e3bfdb]"
/* SCSS */
$brand: #e3bfdb;
/* SwiftUI */
Color(red: 0.890, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#e3bfdb")Accessibility — WCAG contrast
Aa
#e3bfdb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3bfdb on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green74.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow3.5%
Key (black)11.0%
Color previews
#e3bfdb text on a black background
contrast 12.74:1
Card sample
#e3bfdb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3bfdb;
Background color
Panel with #e3bfdb background
background-color: #e3bfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3bfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3bfdb; background: linear-gradient(135deg, #e3bfdb, #E3BFC3);