#db5f4f
a balanced, vivid red · warm · closest name: salmon
RGB
219, 95, 79
HSL
7°, 66%, 58%
CMYK
0, 57, 64, 14
Luminance
0.2381
Every format
| HEX | #db5f4f |
| RGB | rgb(219, 95, 79) |
| HSL | hsl(7, 66%, 58%) |
| CMYK | cmyk(0%, 57%, 64%, 14%) |
| LAB | lab(55.9 47.5 33.2) |
| LCH | lch(55.9 58.0 35.0) |
| OKLCH | oklch(0.638 0.159 29.6) |
Copy-ready code
/* CSS */
color: #db5f4f;
background-color: #db5f4f;
/* Tailwind (arbitrary) */
class="text-[#db5f4f] bg-[#db5f4f]"
/* SCSS */
$brand: #db5f4f;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.310)
/* Android */
Color.parseColor("#db5f4f")Accessibility — WCAG contrast
Aa
#db5f4f on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5f4f on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow63.9%
Key (black)14.1%
Color previews
#db5f4f text on a black background
contrast 5.76:1
Card sample
#db5f4f text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5f4f;
Background color
Panel with #db5f4f background
background-color: #db5f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5f4f; background: linear-gradient(135deg, #db5f4f, #DBBC4F);