#db142f
a balanced, electric red · warm · closest name: crimson
RGB
219, 20, 47
HSL
352°, 83%, 47%
CMYK
0, 91, 79, 14
Luminance
0.1577
Every format
| HEX | #db142f |
| RGB | rgb(219, 20, 47) |
| HSL | hsl(352, 83%, 47%) |
| CMYK | cmyk(0%, 91%, 79%, 14%) |
| LAB | lab(46.7 70.2 40.7) |
| LCH | lch(46.7 81.2 30.1) |
| OKLCH | oklch(0.568 0.222 23.5) |
Copy-ready code
/* CSS */
color: #db142f;
background-color: #db142f;
/* Tailwind (arbitrary) */
class="text-[#db142f] bg-[#db142f]"
/* SCSS */
$brand: #db142f;
/* SwiftUI */
Color(red: 0.859, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#db142f")Accessibility — WCAG contrast
Aa
#db142f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db142f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green7.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow78.5%
Key (black)14.1%
Color previews
#db142f text on a black background
contrast 4.15:1
Card sample
#db142f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db142f;
Background color
Panel with #db142f background
background-color: #db142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db142f; background: linear-gradient(135deg, #db142f, #DB7E14);