#db8eb1
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 142, 177
HSL
333°, 52%, 71%
CMYK
0, 35, 19, 14
Luminance
0.3758
Every format
| HEX | #db8eb1 |
| RGB | rgb(219, 142, 177) |
| HSL | hsl(333, 52%, 71%) |
| CMYK | cmyk(0%, 35%, 19%, 14%) |
| LAB | lab(67.7 34.1 -6.2) |
| LCH | lch(67.7 34.6 349.8) |
| OKLCH | oklch(0.735 0.103 351.1) |
Copy-ready code
/* CSS */
color: #db8eb1;
background-color: #db8eb1;
/* Tailwind (arbitrary) */
class="text-[#db8eb1] bg-[#db8eb1]"
/* SCSS */
$brand: #db8eb1;
/* SwiftUI */
Color(red: 0.859, green: 0.557, blue: 0.694)
/* Android */
Color.parseColor("#db8eb1")Accessibility — WCAG contrast
Aa
#db8eb1 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8eb1 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green55.7%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow19.2%
Key (black)14.1%
Color previews
#db8eb1 text on a black background
contrast 8.52:1
Card sample
#db8eb1 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8eb1;
Background color
Panel with #db8eb1 background
background-color: #db8eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 142, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 142, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8eb1; background: linear-gradient(135deg, #db8eb1, #DB9E8E);