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