#db84cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 132, 207
HSL
308°, 55%, 69%
CMYK
0, 40, 6, 14
Luminance
0.3607
Every format
| HEX | #db84cf |
| RGB | rgb(219, 132, 207) |
| HSL | hsl(308, 55%, 69%) |
| CMYK | cmyk(0%, 40%, 6%, 14%) |
| LAB | lab(66.6 44.3 -24.6) |
| LCH | lch(66.6 50.6 330.9) |
| OKLCH | oklch(0.730 0.142 332.1) |
Copy-ready code
/* CSS */
color: #db84cf;
background-color: #db84cf;
/* Tailwind (arbitrary) */
class="text-[#db84cf] bg-[#db84cf]"
/* SCSS */
$brand: #db84cf;
/* SwiftUI */
Color(red: 0.859, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#db84cf")Accessibility — WCAG contrast
Aa
#db84cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db84cf on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green51.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow5.5%
Key (black)14.1%
Color previews
#db84cf text on a black background
contrast 8.21:1
Card sample
#db84cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db84cf;
Background color
Panel with #db84cf background
background-color: #db84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db84cf; background: linear-gradient(135deg, #db84cf, #DB8495);