#db34cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 52, 207
HSL
304°, 70%, 53%
CMYK
0, 76, 6, 14
Luminance
0.2202
Every format
| HEX | #db34cf |
| RGB | rgb(219, 52, 207) |
| HSL | hsl(304, 70%, 53%) |
| CMYK | cmyk(0%, 76%, 6%, 14%) |
| LAB | lab(54.0 78.0 -44.2) |
| LCH | lch(54.0 89.6 330.5) |
| OKLCH | oklch(0.638 0.254 331.4) |
Copy-ready code
/* CSS */
color: #db34cf;
background-color: #db34cf;
/* Tailwind (arbitrary) */
class="text-[#db34cf] bg-[#db34cf]"
/* SCSS */
$brand: #db34cf;
/* SwiftUI */
Color(red: 0.859, green: 0.204, blue: 0.812)
/* Android */
Color.parseColor("#db34cf")Accessibility — WCAG contrast
Aa
#db34cf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db34cf on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green20.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow5.5%
Key (black)14.1%
Color previews
#db34cf text on a black background
contrast 5.40:1
Card sample
#db34cf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db34cf;
Background color
Panel with #db34cf background
background-color: #db34cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db34cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 52, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 52, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db34cf; background: linear-gradient(135deg, #db34cf, #DB3460);