#e0b1e0
a light, soft magenta / pink · warm · closest name: plum
RGB
224, 177, 224
HSL
300°, 43%, 79%
CMYK
0, 21, 0, 12
Luminance
0.5267
Every format
| HEX | #e0b1e0 |
| RGB | rgb(224, 177, 224) |
| HSL | hsl(300, 43%, 79%) |
| CMYK | cmyk(0%, 21%, 0%, 12%) |
| LAB | lab(77.7 24.9 -17.1) |
| LCH | lch(77.7 30.2 325.6) |
| OKLCH | oklch(0.817 0.083 326.3) |
Copy-ready code
/* CSS */
color: #e0b1e0;
background-color: #e0b1e0;
/* Tailwind (arbitrary) */
class="text-[#e0b1e0] bg-[#e0b1e0]"
/* SCSS */
$brand: #e0b1e0;
/* SwiftUI */
Color(red: 0.878, green: 0.694, blue: 0.878)
/* Android */
Color.parseColor("#e0b1e0")Accessibility — WCAG contrast
Aa
#e0b1e0 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0b1e0 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green69.4%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow0.0%
Key (black)12.2%
Color previews
#e0b1e0 text on a black background
contrast 11.53:1
Card sample
#e0b1e0 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0b1e0;
Background color
Panel with #e0b1e0 background
background-color: #e0b1e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0b1e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 177, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 177, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0b1e0; background: linear-gradient(135deg, #e0b1e0, #E0B1C1);