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