#db352f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 53, 47
HSL
2°, 71%, 52%
CMYK
0, 76, 79, 14
Luminance
0.1781
Every format
| HEX | #db352f |
| RGB | rgb(219, 53, 47) |
| HSL | hsl(2, 71%, 52%) |
| CMYK | cmyk(0%, 76%, 79%, 14%) |
| LAB | lab(49.3 62.8 43.4) |
| LCH | lch(49.3 76.4 34.6) |
| OKLCH | oklch(0.587 0.203 27.7) |
Copy-ready code
/* CSS */
color: #db352f;
background-color: #db352f;
/* Tailwind (arbitrary) */
class="text-[#db352f] bg-[#db352f]"
/* SCSS */
$brand: #db352f;
/* SwiftUI */
Color(red: 0.859, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#db352f")Accessibility — WCAG contrast
Aa
#db352f on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db352f on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow78.5%
Key (black)14.1%
Color previews
#db352f text on a black background
contrast 4.56:1
Card sample
#db352f text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db352f;
Background color
Panel with #db352f background
background-color: #db352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db352f; background: linear-gradient(135deg, #db352f, #DBA82F);