#db2f4d
a balanced, vivid red · warm · closest name: crimson
RGB
219, 47, 77
HSL
350°, 71%, 52%
CMYK
0, 79, 65, 14
Luminance
0.1763
Every format
| HEX | #db2f4d |
| RGB | rgb(219, 47, 77) |
| HSL | hsl(350, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 65%, 14%) |
| LAB | lab(49.0 65.9 25.8) |
| LCH | lch(49.0 70.8 21.4) |
| OKLCH | oklch(0.587 0.206 17.4) |
Copy-ready code
/* CSS */
color: #db2f4d;
background-color: #db2f4d;
/* Tailwind (arbitrary) */
class="text-[#db2f4d] bg-[#db2f4d]"
/* SCSS */
$brand: #db2f4d;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.302)
/* Android */
Color.parseColor("#db2f4d")Accessibility — WCAG contrast
Aa
#db2f4d on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db2f4d on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow64.8%
Key (black)14.1%
Color previews
#db2f4d text on a black background
contrast 4.53:1
Card sample
#db2f4d text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2f4d;
Background color
Panel with #db2f4d background
background-color: #db2f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2f4d; background: linear-gradient(135deg, #db2f4d, #DB842F);