#db2f8c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 47, 140
HSL
328°, 71%, 52%
CMYK
0, 79, 36, 14
Luminance
0.1899
Every format
| HEX | #db2f8c |
| RGB | rgb(219, 47, 140) |
| HSL | hsl(328, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 36%, 14%) |
| LAB | lab(50.7 70.9 -10.1) |
| LCH | lch(50.7 71.6 351.9) |
| OKLCH | oklch(0.604 0.219 353.2) |
Copy-ready code
/* CSS */
color: #db2f8c;
background-color: #db2f8c;
/* Tailwind (arbitrary) */
class="text-[#db2f8c] bg-[#db2f8c]"
/* SCSS */
$brand: #db2f8c;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.549)
/* Android */
Color.parseColor("#db2f8c")Accessibility — WCAG contrast
Aa
#db2f8c on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2f8c on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow36.1%
Key (black)14.1%
Color previews
#db2f8c text on a black background
contrast 4.80:1
Card sample
#db2f8c text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2f8c;
Background color
Panel with #db2f8c background
background-color: #db2f8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2f8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2f8c; background: linear-gradient(135deg, #db2f8c, #DB452F);