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