#db73cf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
219, 115, 207
HSL
307°, 59%, 66%
CMYK
0, 48, 6, 14
Luminance
0.3183
Every format
| HEX | #db73cf |
| RGB | rgb(219, 115, 207) |
| HSL | hsl(307, 59%, 66%) |
| CMYK | cmyk(0%, 48%, 6%, 14%) |
| LAB | lab(63.2 52.9 -29.8) |
| LCH | lch(63.2 60.7 330.6) |
| OKLCH | oklch(0.704 0.171 331.7) |
Copy-ready code
/* CSS */
color: #db73cf;
background-color: #db73cf;
/* Tailwind (arbitrary) */
class="text-[#db73cf] bg-[#db73cf]"
/* SCSS */
$brand: #db73cf;
/* SwiftUI */
Color(red: 0.859, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#db73cf")Accessibility — WCAG contrast
Aa
#db73cf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db73cf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green45.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow5.5%
Key (black)14.1%
Color previews
#db73cf text on a black background
contrast 7.37:1
Card sample
#db73cf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db73cf;
Background color
Panel with #db73cf background
background-color: #db73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db73cf; background: linear-gradient(135deg, #db73cf, #DB738A);