#db082f
a dark, electric red · warm · closest name: crimson
RGB
219, 8, 47
HSL
349°, 93%, 45%
CMYK
0, 96, 79, 14
Luminance
0.1544
Every format
| HEX | #db082f |
| RGB | rgb(219, 8, 47) |
| HSL | hsl(349, 93%, 45%) |
| CMYK | cmyk(0%, 96%, 79%, 14%) |
| LAB | lab(46.2 71.5 40.3) |
| LCH | lch(46.2 82.0 29.4) |
| OKLCH | oklch(0.564 0.225 22.9) |
Copy-ready code
/* CSS */
color: #db082f;
background-color: #db082f;
/* Tailwind (arbitrary) */
class="text-[#db082f] bg-[#db082f]"
/* SCSS */
$brand: #db082f;
/* SwiftUI */
Color(red: 0.859, green: 0.031, blue: 0.184)
/* Android */
Color.parseColor("#db082f")Accessibility — WCAG contrast
Aa
#db082f on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db082f on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green3.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta96.3%
Yellow78.5%
Key (black)14.1%
Color previews
#db082f text on a black background
contrast 4.09:1
Card sample
#db082f text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db082f;
Background color
Panel with #db082f background
background-color: #db082f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db082f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 8, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 8, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db082f; background: linear-gradient(135deg, #db082f, #DB6E08);