#e9b7eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 183, 235
HSL
298°, 57%, 82%
CMYK
1, 22, 0, 8
Luminance
0.5719
Every format
| HEX | #e9b7eb |
| RGB | rgb(233, 183, 235) |
| HSL | hsl(298, 57%, 82%) |
| CMYK | cmyk(1%, 22%, 0%, 8%) |
| LAB | lab(80.3 26.7 -19.0) |
| LCH | lch(80.3 32.8 324.6) |
| OKLCH | oklch(0.840 0.089 325.1) |
Copy-ready code
/* CSS */
color: #e9b7eb;
background-color: #e9b7eb;
/* Tailwind (arbitrary) */
class="text-[#e9b7eb] bg-[#e9b7eb]"
/* SCSS */
$brand: #e9b7eb;
/* SwiftUI */
Color(red: 0.914, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#e9b7eb")Accessibility — WCAG contrast
Aa
#e9b7eb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9b7eb on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green71.8%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e9b7eb text on a black background
contrast 12.44:1
Card sample
#e9b7eb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9b7eb;
Background color
Panel with #e9b7eb background
background-color: #e9b7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9b7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9b7eb; background: linear-gradient(135deg, #e9b7eb, #EBB7CA);