#db3b2f
a balanced, vivid red · warm · closest name: tomato
RGB
219, 59, 47
HSL
4°, 71%, 52%
CMYK
0, 73, 79, 14
Luminance
0.1839
Every format
| HEX | #db3b2f |
| RGB | rgb(219, 59, 47) |
| HSL | hsl(4, 71%, 52%) |
| CMYK | cmyk(0%, 73%, 79%, 14%) |
| LAB | lab(50.0 60.9 44.1) |
| LCH | lch(50.0 75.2 35.9) |
| OKLCH | oklch(0.592 0.199 28.9) |
Copy-ready code
/* CSS */
color: #db3b2f;
background-color: #db3b2f;
/* Tailwind (arbitrary) */
class="text-[#db3b2f] bg-[#db3b2f]"
/* SCSS */
$brand: #db3b2f;
/* SwiftUI */
Color(red: 0.859, green: 0.231, blue: 0.184)
/* Android */
Color.parseColor("#db3b2f")Accessibility — WCAG contrast
Aa
#db3b2f on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3b2f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green23.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow78.5%
Key (black)14.1%
Color previews
#db3b2f text on a black background
contrast 4.68:1
Card sample
#db3b2f text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3b2f;
Background color
Panel with #db3b2f background
background-color: #db3b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 59, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 59, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3b2f; background: linear-gradient(135deg, #db3b2f, #DBAE2F);