#e1b2db
a light, soft magenta / pink · warm · closest name: plum
RGB
225, 178, 219
HSL
308°, 44%, 79%
CMYK
0, 21, 3, 12
Luminance
0.5296
Every format
| HEX | #e1b2db |
| RGB | rgb(225, 178, 219) |
| HSL | hsl(308, 44%, 79%) |
| CMYK | cmyk(0%, 21%, 3%, 12%) |
| LAB | lab(77.8 23.8 -14.1) |
| LCH | lch(77.8 27.6 329.4) |
| OKLCH | oklch(0.818 0.077 330.6) |
Copy-ready code
/* CSS */
color: #e1b2db;
background-color: #e1b2db;
/* Tailwind (arbitrary) */
class="text-[#e1b2db] bg-[#e1b2db]"
/* SCSS */
$brand: #e1b2db;
/* SwiftUI */
Color(red: 0.882, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#e1b2db")Accessibility — WCAG contrast
Aa
#e1b2db on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1b2db on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow2.7%
Key (black)11.8%
Color previews
#e1b2db text on a black background
contrast 11.59:1
Card sample
#e1b2db text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1b2db;
Background color
Panel with #e1b2db background
background-color: #e1b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1b2db; background: linear-gradient(135deg, #e1b2db, #E1B2BC);