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