#db87cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 135, 207
HSL
309°, 54%, 69%
CMYK
0, 38, 6, 14
Luminance
0.3689
Every format
| HEX | #db87cf |
| RGB | rgb(219, 135, 207) |
| HSL | hsl(309, 54%, 69%) |
| CMYK | cmyk(0%, 38%, 6%, 14%) |
| LAB | lab(67.2 42.7 -23.7) |
| LCH | lch(67.2 48.8 331.0) |
| OKLCH | oklch(0.734 0.137 332.2) |
Copy-ready code
/* CSS */
color: #db87cf;
background-color: #db87cf;
/* Tailwind (arbitrary) */
class="text-[#db87cf] bg-[#db87cf]"
/* SCSS */
$brand: #db87cf;
/* SwiftUI */
Color(red: 0.859, green: 0.529, blue: 0.812)
/* Android */
Color.parseColor("#db87cf")Accessibility — WCAG contrast
Aa
#db87cf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db87cf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green52.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow5.5%
Key (black)14.1%
Color previews
#db87cf text on a black background
contrast 8.38:1
Card sample
#db87cf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db87cf;
Background color
Panel with #db87cf background
background-color: #db87cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db87cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 135, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 135, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db87cf; background: linear-gradient(135deg, #db87cf, #DB8797);