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