#db4f4f
a balanced, vivid red · warm · closest name: firebrick
RGB
219, 79, 79
HSL
0°, 66%, 58%
CMYK
0, 64, 64, 14
Luminance
0.2122
Every format
| HEX | #db4f4f |
| RGB | rgb(219, 79, 79) |
| HSL | hsl(0, 66%, 58%) |
| CMYK | cmyk(0%, 64%, 64%, 14%) |
| LAB | lab(53.2 54.7 29.9) |
| LCH | lch(53.2 62.3 28.6) |
| OKLCH | oklch(0.618 0.176 23.8) |
Copy-ready code
/* CSS */
color: #db4f4f;
background-color: #db4f4f;
/* Tailwind (arbitrary) */
class="text-[#db4f4f] bg-[#db4f4f]"
/* SCSS */
$brand: #db4f4f;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#db4f4f")Accessibility — WCAG contrast
Aa
#db4f4f on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4f4f on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow63.9%
Key (black)14.1%
Color previews
#db4f4f text on a black background
contrast 5.24:1
Card sample
#db4f4f text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4f4f;
Background color
Panel with #db4f4f background
background-color: #db4f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4f4f; background: linear-gradient(135deg, #db4f4f, #DBAC4F);