#e4bacf
a light, soft magenta / pink · warm · closest name: pink
RGB
228, 186, 207
HSL
330°, 44%, 81%
CMYK
0, 18, 9, 11
Luminance
0.5612
Every format
| HEX | #e4bacf |
| RGB | rgb(228, 186, 207) |
| HSL | hsl(330, 44%, 81%) |
| CMYK | cmyk(0%, 18%, 9%, 11%) |
| LAB | lab(79.7 18.4 -4.8) |
| LCH | lch(79.7 19.1 345.3) |
| OKLCH | oklch(0.832 0.055 346.8) |
Copy-ready code
/* CSS */
color: #e4bacf;
background-color: #e4bacf;
/* Tailwind (arbitrary) */
class="text-[#e4bacf] bg-[#e4bacf]"
/* SCSS */
$brand: #e4bacf;
/* SwiftUI */
Color(red: 0.894, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#e4bacf")Accessibility — WCAG contrast
Aa
#e4bacf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4bacf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green72.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow9.2%
Key (black)10.6%
Color previews
#e4bacf text on a black background
contrast 12.22:1
Card sample
#e4bacf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4bacf;
Background color
Panel with #e4bacf background
background-color: #e4bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4bacf; background: linear-gradient(135deg, #e4bacf, #E4C1BA);