#db3c4f
a balanced, vivid red · warm · closest name: crimson
RGB
219, 60, 79
HSL
353°, 69%, 55%
CMYK
0, 73, 64, 14
Luminance
0.1886
Every format
| HEX | #db3c4f |
| RGB | rgb(219, 60, 79) |
| HSL | hsl(353, 69%, 55%) |
| CMYK | cmyk(0%, 73%, 64%, 14%) |
| LAB | lab(50.5 62.0 26.5) |
| LCH | lch(50.5 67.4 23.2) |
| OKLCH | oklch(0.598 0.195 19.0) |
Copy-ready code
/* CSS */
color: #db3c4f;
background-color: #db3c4f;
/* Tailwind (arbitrary) */
class="text-[#db3c4f] bg-[#db3c4f]"
/* SCSS */
$brand: #db3c4f;
/* SwiftUI */
Color(red: 0.859, green: 0.235, blue: 0.310)
/* Android */
Color.parseColor("#db3c4f")Accessibility — WCAG contrast
Aa
#db3c4f on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3c4f on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green23.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow63.9%
Key (black)14.1%
Color previews
#db3c4f text on a black background
contrast 4.77:1
Card sample
#db3c4f text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3c4f;
Background color
Panel with #db3c4f background
background-color: #db3c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 60, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 60, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3c4f; background: linear-gradient(135deg, #db3c4f, #DB933C);