#db4acf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 74, 207
HSL
305°, 67%, 58%
CMYK
0, 66, 6, 14
Luminance
0.2446
Every format
| HEX | #db4acf |
| RGB | rgb(219, 74, 207) |
| HSL | hsl(305, 67%, 58%) |
| CMYK | cmyk(0%, 66%, 6%, 14%) |
| LAB | lab(56.5 70.9 -40.2) |
| LCH | lch(56.5 81.5 330.4) |
| OKLCH | oklch(0.656 0.231 331.4) |
Copy-ready code
/* CSS */
color: #db4acf;
background-color: #db4acf;
/* Tailwind (arbitrary) */
class="text-[#db4acf] bg-[#db4acf]"
/* SCSS */
$brand: #db4acf;
/* SwiftUI */
Color(red: 0.859, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#db4acf")Accessibility — WCAG contrast
Aa
#db4acf on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4acf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green29.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow5.5%
Key (black)14.1%
Color previews
#db4acf text on a black background
contrast 5.89:1
Card sample
#db4acf text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4acf;
Background color
Panel with #db4acf background
background-color: #db4acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4acf; background: linear-gradient(135deg, #db4acf, #DB4A6E);