#db4abf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 74, 191
HSL
312°, 67%, 58%
CMYK
0, 66, 13, 14
Luminance
0.2372
Every format
| HEX | #db4abf |
| RGB | rgb(219, 74, 191) |
| HSL | hsl(312, 67%, 58%) |
| CMYK | cmyk(0%, 66%, 13%, 14%) |
| LAB | lab(55.8 68.5 -32.2) |
| LCH | lch(55.8 75.7 334.8) |
| OKLCH | oklch(0.648 0.219 336.4) |
Copy-ready code
/* CSS */
color: #db4abf;
background-color: #db4abf;
/* Tailwind (arbitrary) */
class="text-[#db4abf] bg-[#db4abf]"
/* SCSS */
$brand: #db4abf;
/* SwiftUI */
Color(red: 0.859, green: 0.290, blue: 0.749)
/* Android */
Color.parseColor("#db4abf")Accessibility — WCAG contrast
Aa
#db4abf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4abf on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow12.8%
Key (black)14.1%
Color previews
#db4abf text on a black background
contrast 5.74:1
Card sample
#db4abf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4abf;
Background color
Panel with #db4abf background
background-color: #db4abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 74, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 74, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4abf; background: linear-gradient(135deg, #db4abf, #DB4A5F);