#db3f49
a balanced, vivid red · warm · closest name: crimson
RGB
219, 63, 73
HSL
356°, 68%, 55%
CMYK
0, 71, 67, 14
Luminance
0.1910
Every format
| HEX | #db3f49 |
| RGB | rgb(219, 63, 73) |
| HSL | hsl(356, 68%, 55%) |
| CMYK | cmyk(0%, 71%, 67%, 14%) |
| LAB | lab(50.8 60.6 30.4) |
| LCH | lch(50.8 67.8 26.6) |
| OKLCH | oklch(0.599 0.192 21.8) |
Copy-ready code
/* CSS */
color: #db3f49;
background-color: #db3f49;
/* Tailwind (arbitrary) */
class="text-[#db3f49] bg-[#db3f49]"
/* SCSS */
$brand: #db3f49;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.286)
/* Android */
Color.parseColor("#db3f49")Accessibility — WCAG contrast
Aa
#db3f49 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3f49 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow66.7%
Key (black)14.1%
Color previews
#db3f49 text on a black background
contrast 4.82:1
Card sample
#db3f49 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3f49;
Background color
Panel with #db3f49 background
background-color: #db3f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3f49; background: linear-gradient(135deg, #db3f49, #DB9D3F);