#db2f2c
a balanced, vivid red · warm · closest name: crimson
RGB
219, 47, 44
HSL
1°, 71%, 52%
CMYK
0, 79, 80, 14
Luminance
0.1727
Every format
| HEX | #db2f2c |
| RGB | rgb(219, 47, 44) |
| HSL | hsl(1, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 80%, 14%) |
| LAB | lab(48.6 64.5 44.4) |
| LCH | lch(48.6 78.3 34.5) |
| OKLCH | oklch(0.582 0.208 27.3) |
Copy-ready code
/* CSS */
color: #db2f2c;
background-color: #db2f2c;
/* Tailwind (arbitrary) */
class="text-[#db2f2c] bg-[#db2f2c]"
/* SCSS */
$brand: #db2f2c;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#db2f2c")Accessibility — WCAG contrast
Aa
#db2f2c on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db2f2c on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow79.9%
Key (black)14.1%
Color previews
#db2f2c text on a black background
contrast 4.45:1
Card sample
#db2f2c text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2f2c;
Background color
Panel with #db2f2c background
background-color: #db2f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2f2c; background: linear-gradient(135deg, #db2f2c, #DBA42C);