#e7bfdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
231, 191, 223
HSL
312°, 46%, 83%
CMYK
0, 17, 4, 9
Luminance
0.5958
Every format
| HEX | #e7bfdf |
| RGB | rgb(231, 191, 223) |
| HSL | hsl(312, 46%, 83%) |
| CMYK | cmyk(0%, 17%, 4%, 9%) |
| LAB | lab(81.6 19.6 -10.6) |
| LCH | lch(81.6 22.2 331.6) |
| OKLCH | oklch(0.849 0.062 333.0) |
Copy-ready code
/* CSS */
color: #e7bfdf;
background-color: #e7bfdf;
/* Tailwind (arbitrary) */
class="text-[#e7bfdf] bg-[#e7bfdf]"
/* SCSS */
$brand: #e7bfdf;
/* SwiftUI */
Color(red: 0.906, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#e7bfdf")Accessibility — WCAG contrast
Aa
#e7bfdf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7bfdf on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow3.5%
Key (black)9.4%
Color previews
#e7bfdf text on a black background
contrast 12.92:1
Card sample
#e7bfdf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7bfdf;
Background color
Panel with #e7bfdf background
background-color: #e7bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7bfdf; background: linear-gradient(135deg, #e7bfdf, #E7BFC4);