#e9bfd4
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 191, 212
HSL
330°, 49%, 83%
CMYK
0, 18, 9, 9
Luminance
0.5934
Every format
| HEX | #e9bfd4 |
| RGB | rgb(233, 191, 212) |
| HSL | hsl(330, 49%, 83%) |
| CMYK | cmyk(0%, 18%, 9%, 9%) |
| LAB | lab(81.5 18.4 -4.8) |
| LCH | lch(81.5 19.0 345.2) |
| OKLCH | oklch(0.847 0.055 346.8) |
Copy-ready code
/* CSS */
color: #e9bfd4;
background-color: #e9bfd4;
/* Tailwind (arbitrary) */
class="text-[#e9bfd4] bg-[#e9bfd4]"
/* SCSS */
$brand: #e9bfd4;
/* SwiftUI */
Color(red: 0.914, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#e9bfd4")Accessibility — WCAG contrast
Aa
#e9bfd4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9bfd4 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green74.9%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow9.0%
Key (black)8.6%
Color previews
#e9bfd4 text on a black background
contrast 12.87:1
Card sample
#e9bfd4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9bfd4;
Background color
Panel with #e9bfd4 background
background-color: #e9bfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9bfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9bfd4; background: linear-gradient(135deg, #e9bfd4, #E9C6BF);