#db8eb5
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 142, 181
HSL
330°, 52%, 71%
CMYK
0, 35, 17, 14
Luminance
0.3774
Every format
| HEX | #db8eb5 |
| RGB | rgb(219, 142, 181) |
| HSL | hsl(330, 52%, 71%) |
| CMYK | cmyk(0%, 35%, 17%, 14%) |
| LAB | lab(67.8 34.7 -8.2) |
| LCH | lch(67.8 35.6 346.7) |
| OKLCH | oklch(0.736 0.105 348.2) |
Copy-ready code
/* CSS */
color: #db8eb5;
background-color: #db8eb5;
/* Tailwind (arbitrary) */
class="text-[#db8eb5] bg-[#db8eb5]"
/* SCSS */
$brand: #db8eb5;
/* SwiftUI */
Color(red: 0.859, green: 0.557, blue: 0.710)
/* Android */
Color.parseColor("#db8eb5")Accessibility — WCAG contrast
Aa
#db8eb5 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db8eb5 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green55.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow17.4%
Key (black)14.1%
Color previews
#db8eb5 text on a black background
contrast 8.55:1
Card sample
#db8eb5 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db8eb5;
Background color
Panel with #db8eb5 background
background-color: #db8eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db8eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 142, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 142, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db8eb5; background: linear-gradient(135deg, #db8eb5, #DB9A8E);