#db0f2f
a balanced, electric red · warm · closest name: crimson
RGB
219, 15, 47
HSL
351°, 87%, 46%
CMYK
0, 93, 79, 14
Luminance
0.1561
Every format
| HEX | #db0f2f |
| RGB | rgb(219, 15, 47) |
| HSL | hsl(351, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 79%, 14%) |
| LAB | lab(46.5 70.8 40.5) |
| LCH | lch(46.5 81.6 29.8) |
| OKLCH | oklch(0.566 0.223 23.2) |
Copy-ready code
/* CSS */
color: #db0f2f;
background-color: #db0f2f;
/* Tailwind (arbitrary) */
class="text-[#db0f2f] bg-[#db0f2f]"
/* SCSS */
$brand: #db0f2f;
/* SwiftUI */
Color(red: 0.859, green: 0.059, blue: 0.184)
/* Android */
Color.parseColor("#db0f2f")Accessibility — WCAG contrast
Aa
#db0f2f on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db0f2f on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green5.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow78.5%
Key (black)14.1%
Color previews
#db0f2f text on a black background
contrast 4.12:1
Card sample
#db0f2f text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db0f2f;
Background color
Panel with #db0f2f background
background-color: #db0f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db0f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 15, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 15, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db0f2f; background: linear-gradient(135deg, #db0f2f, #DB770F);