#db4f2d
a balanced, vivid red · warm · closest name: tomato
RGB
219, 79, 45
HSL
12°, 71%, 52%
CMYK
0, 64, 80, 14
Luminance
0.2084
Every format
| HEX | #db4f2d |
| RGB | rgb(219, 79, 45) |
| HSL | hsl(12, 71%, 52%) |
| CMYK | cmyk(0%, 64%, 80%, 14%) |
| LAB | lab(52.8 53.1 48.0) |
| LCH | lch(52.8 71.6 42.1) |
| OKLCH | oklch(0.613 0.182 34.8) |
Copy-ready code
/* CSS */
color: #db4f2d;
background-color: #db4f2d;
/* Tailwind (arbitrary) */
class="text-[#db4f2d] bg-[#db4f2d]"
/* SCSS */
$brand: #db4f2d;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.176)
/* Android */
Color.parseColor("#db4f2d")Accessibility — WCAG contrast
Aa
#db4f2d on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4f2d on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow79.5%
Key (black)14.1%
Color previews
#db4f2d text on a black background
contrast 5.17:1
Card sample
#db4f2d text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4f2d;
Background color
Panel with #db4f2d background
background-color: #db4f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4f2d; background: linear-gradient(135deg, #db4f2d, #DBC32D);