#e4bfd7
a light, soft magenta / pink · warm · closest name: pink
RGB
228, 191, 215
HSL
321°, 41%, 82%
CMYK
0, 16, 6, 11
Luminance
0.5866
Every format
| HEX | #e4bfd7 |
| RGB | rgb(228, 191, 215) |
| HSL | hsl(321, 41%, 82%) |
| CMYK | cmyk(0%, 16%, 6%, 11%) |
| LAB | lab(81.1 17.1 -7.0) |
| LCH | lch(81.1 18.5 337.6) |
| OKLCH | oklch(0.844 0.053 339.3) |
Copy-ready code
/* CSS */
color: #e4bfd7;
background-color: #e4bfd7;
/* Tailwind (arbitrary) */
class="text-[#e4bfd7] bg-[#e4bfd7]"
/* SCSS */
$brand: #e4bfd7;
/* SwiftUI */
Color(red: 0.894, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#e4bfd7")Accessibility — WCAG contrast
Aa
#e4bfd7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4bfd7 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green74.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow5.7%
Key (black)10.6%
Color previews
#e4bfd7 text on a black background
contrast 12.73:1
Card sample
#e4bfd7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4bfd7;
Background color
Panel with #e4bfd7 background
background-color: #e4bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4bfd7; background: linear-gradient(135deg, #e4bfd7, #E4C0BF);