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