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