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