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