#e9bfe2
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 191, 226
HSL
310°, 49%, 83%
CMYK
0, 18, 3, 9
Luminance
0.6008
Every format
| HEX | #e9bfe2 |
| RGB | rgb(233, 191, 226) |
| HSL | hsl(310, 49%, 83%) |
| CMYK | cmyk(0%, 18%, 3%, 9%) |
| LAB | lab(81.9 20.8 -11.8) |
| LCH | lch(81.9 23.9 330.5) |
| OKLCH | oklch(0.852 0.066 331.8) |
Copy-ready code
/* CSS */
color: #e9bfe2;
background-color: #e9bfe2;
/* Tailwind (arbitrary) */
class="text-[#e9bfe2] bg-[#e9bfe2]"
/* SCSS */
$brand: #e9bfe2;
/* SwiftUI */
Color(red: 0.914, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#e9bfe2")Accessibility — WCAG contrast
Aa
#e9bfe2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9bfe2 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green74.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow3.0%
Key (black)8.6%
Color previews
#e9bfe2 text on a black background
contrast 13.02:1
Card sample
#e9bfe2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9bfe2;
Background color
Panel with #e9bfe2 background
background-color: #e9bfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9bfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9bfe2; background: linear-gradient(135deg, #e9bfe2, #E9BFC6);