#e9b2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 178, 219
HSL
315°, 56%, 81%
CMYK
0, 24, 6, 9
Luminance
0.5428
Every format
| HEX | #e9b2db |
| RGB | rgb(233, 178, 219) |
| HSL | hsl(315, 56%, 81%) |
| CMYK | cmyk(0%, 24%, 6%, 9%) |
| LAB | lab(78.6 26.5 -12.8) |
| LCH | lch(78.6 29.4 334.1) |
| OKLCH | oklch(0.826 0.083 335.7) |
Copy-ready code
/* CSS */
color: #e9b2db;
background-color: #e9b2db;
/* Tailwind (arbitrary) */
class="text-[#e9b2db] bg-[#e9b2db]"
/* SCSS */
$brand: #e9b2db;
/* SwiftUI */
Color(red: 0.914, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e9b2db")Accessibility — WCAG contrast
Aa
#e9b2db on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9b2db on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow6.0%
Key (black)8.6%
Color previews
#e9b2db text on a black background
contrast 11.86:1
Card sample
#e9b2db text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9b2db;
Background color
Panel with #e9b2db background
background-color: #e9b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9b2db; background: linear-gradient(135deg, #e9b2db, #E9B2B6);