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