#db3f3c
a balanced, vivid red · warm · closest name: firebrick
RGB
219, 63, 60
HSL
1°, 69%, 55%
CMYK
0, 71, 73, 14
Luminance
0.1894
Every format
| HEX | #db3f3c |
| RGB | rgb(219, 63, 60) |
| HSL | hsl(1, 69%, 55%) |
| CMYK | cmyk(0%, 71%, 73%, 14%) |
| LAB | lab(50.6 60.0 37.7) |
| LCH | lch(50.6 70.8 32.1) |
| OKLCH | oklch(0.598 0.194 26.1) |
Copy-ready code
/* CSS */
color: #db3f3c;
background-color: #db3f3c;
/* Tailwind (arbitrary) */
class="text-[#db3f3c] bg-[#db3f3c]"
/* SCSS */
$brand: #db3f3c;
/* SwiftUI */
Color(red: 0.859, green: 0.247, blue: 0.235)
/* Android */
Color.parseColor("#db3f3c")Accessibility — WCAG contrast
Aa
#db3f3c on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3f3c on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow72.6%
Key (black)14.1%
Color previews
#db3f3c text on a black background
contrast 4.79:1
Card sample
#db3f3c text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3f3c;
Background color
Panel with #db3f3c background
background-color: #db3f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 63, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 63, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3f3c; background: linear-gradient(135deg, #db3f3c, #DBA93C);