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