#db4f3f
a balanced, vivid red · warm · closest name: tomato
RGB
219, 79, 63
HSL
6°, 68%, 55%
CMYK
0, 64, 71, 14
Luminance
0.2101
Every format
| HEX | #db4f3f |
| RGB | rgb(219, 79, 63) |
| HSL | hsl(6, 68%, 55%) |
| CMYK | cmyk(0%, 64%, 71%, 14%) |
| LAB | lab(53.0 53.8 38.7) |
| LCH | lch(53.0 66.3 35.7) |
| OKLCH | oklch(0.615 0.178 29.6) |
Copy-ready code
/* CSS */
color: #db4f3f;
background-color: #db4f3f;
/* Tailwind (arbitrary) */
class="text-[#db4f3f] bg-[#db4f3f]"
/* SCSS */
$brand: #db4f3f;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.247)
/* Android */
Color.parseColor("#db4f3f")Accessibility — WCAG contrast
Aa
#db4f3f on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4f3f on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow71.2%
Key (black)14.1%
Color previews
#db4f3f text on a black background
contrast 5.20:1
Card sample
#db4f3f text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4f3f;
Background color
Panel with #db4f3f background
background-color: #db4f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4f3f; background: linear-gradient(135deg, #db4f3f, #DBB73F);