#db0f49
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
219, 15, 73
HSL
343°, 87%, 46%
CMYK
0, 93, 67, 14
Luminance
0.1588
Every format
| HEX | #db0f49 |
| RGB | rgb(219, 15, 73) |
| HSL | hsl(343, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 67%, 14%) |
| LAB | lab(46.8 71.8 25.4) |
| LCH | lch(46.8 76.2 19.5) |
| OKLCH | oklch(0.570 0.223 15.7) |
Copy-ready code
/* CSS */
color: #db0f49;
background-color: #db0f49;
/* Tailwind (arbitrary) */
class="text-[#db0f49] bg-[#db0f49]"
/* SCSS */
$brand: #db0f49;
/* SwiftUI */
Color(red: 0.859, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#db0f49")Accessibility — WCAG contrast
Aa
#db0f49 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db0f49 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow66.7%
Key (black)14.1%
Color previews
#db0f49 text on a black background
contrast 4.18:1
Card sample
#db0f49 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0f49;
Background color
Panel with #db0f49 background
background-color: #db0f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0f49; background: linear-gradient(135deg, #db0f49, #DB5D0F);