#db82bf
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 130, 191
HSL
319°, 55%, 68%
CMYK
0, 41, 13, 14
Luminance
0.3479
Every format
| HEX | #db82bf |
| RGB | rgb(219, 130, 191) |
| HSL | hsl(319, 55%, 68%) |
| CMYK | cmyk(0%, 41%, 13%, 14%) |
| LAB | lab(65.6 42.6 -17.2) |
| LCH | lch(65.6 46.0 338.0) |
| OKLCH | oklch(0.720 0.133 339.8) |
Copy-ready code
/* CSS */
color: #db82bf;
background-color: #db82bf;
/* Tailwind (arbitrary) */
class="text-[#db82bf] bg-[#db82bf]"
/* SCSS */
$brand: #db82bf;
/* SwiftUI */
Color(red: 0.859, green: 0.510, blue: 0.749)
/* Android */
Color.parseColor("#db82bf")Accessibility — WCAG contrast
Aa
#db82bf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db82bf on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green51.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow12.8%
Key (black)14.1%
Color previews
#db82bf text on a black background
contrast 7.96:1
Card sample
#db82bf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db82bf;
Background color
Panel with #db82bf background
background-color: #db82bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db82bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 130, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 130, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db82bf; background: linear-gradient(135deg, #db82bf, #DB8283);