#db2f7c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
219, 47, 124
HSL
333°, 71%, 52%
CMYK
0, 79, 43, 14
Luminance
0.1855
Every format
| HEX | #db2f7c |
| RGB | rgb(219, 47, 124) |
| HSL | hsl(333, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 43%, 14%) |
| LAB | lab(50.2 69.3 -1.2) |
| LCH | lch(50.2 69.3 359.0) |
| OKLCH | oklch(0.598 0.213 359.4) |
Copy-ready code
/* CSS */
color: #db2f7c;
background-color: #db2f7c;
/* Tailwind (arbitrary) */
class="text-[#db2f7c] bg-[#db2f7c]"
/* SCSS */
$brand: #db2f7c;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.486)
/* Android */
Color.parseColor("#db2f7c")Accessibility — WCAG contrast
Aa
#db2f7c on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db2f7c on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow43.4%
Key (black)14.1%
Color previews
#db2f7c text on a black background
contrast 4.71:1
Card sample
#db2f7c text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2f7c;
Background color
Panel with #db2f7c background
background-color: #db2f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2f7c; background: linear-gradient(135deg, #db2f7c, #DB552F);