#db2f9f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
219, 47, 159
HSL
321°, 71%, 52%
CMYK
0, 79, 27, 14
Luminance
0.1960
Every format
| HEX | #db2f9f |
| RGB | rgb(219, 47, 159) |
| HSL | hsl(321, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 27%, 14%) |
| LAB | lab(51.4 73.0 -20.4) |
| LCH | lch(51.4 75.7 344.4) |
| OKLCH | oklch(0.611 0.229 346.3) |
Copy-ready code
/* CSS */
color: #db2f9f;
background-color: #db2f9f;
/* Tailwind (arbitrary) */
class="text-[#db2f9f] bg-[#db2f9f]"
/* SCSS */
$brand: #db2f9f;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.624)
/* Android */
Color.parseColor("#db2f9f")Accessibility — WCAG contrast
Aa
#db2f9f on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2f9f on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow27.4%
Key (black)14.1%
Color previews
#db2f9f text on a black background
contrast 4.92:1
Card sample
#db2f9f text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2f9f;
Background color
Panel with #db2f9f background
background-color: #db2f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2f9f; background: linear-gradient(135deg, #db2f9f, #DB322F);