#e9b2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 178, 235
HSL
298°, 59%, 81%
CMYK
1, 24, 0, 8
Luminance
0.5516
Every format
| HEX | #e9b2eb |
| RGB | rgb(233, 178, 235) |
| HSL | hsl(298, 59%, 81%) |
| CMYK | cmyk(1%, 24%, 0%, 8%) |
| LAB | lab(79.1 29.4 -20.7) |
| LCH | lch(79.1 35.9 324.8) |
| OKLCH | oklch(0.832 0.098 325.3) |
Copy-ready code
/* CSS */
color: #e9b2eb;
background-color: #e9b2eb;
/* Tailwind (arbitrary) */
class="text-[#e9b2eb] bg-[#e9b2eb]"
/* SCSS */
$brand: #e9b2eb;
/* SwiftUI */
Color(red: 0.914, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#e9b2eb")Accessibility — WCAG contrast
Aa
#e9b2eb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9b2eb on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e9b2eb text on a black background
contrast 12.03:1
Card sample
#e9b2eb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9b2eb;
Background color
Panel with #e9b2eb background
background-color: #e9b2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9b2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9b2eb; background: linear-gradient(135deg, #e9b2eb, #EBB2C7);