#db5f49
a balanced, vivid red · warm · closest name: salmon
RGB
219, 95, 73
HSL
9°, 67%, 57%
CMYK
0, 57, 67, 14
Luminance
0.2373
Every format
| HEX | #db5f49 |
| RGB | rgb(219, 95, 73) |
| HSL | hsl(9, 67%, 57%) |
| CMYK | cmyk(0%, 57%, 67%, 14%) |
| LAB | lab(55.8 47.1 36.5) |
| LCH | lch(55.8 59.6 37.7) |
| OKLCH | oklch(0.637 0.160 32.0) |
Copy-ready code
/* CSS */
color: #db5f49;
background-color: #db5f49;
/* Tailwind (arbitrary) */
class="text-[#db5f49] bg-[#db5f49]"
/* SCSS */
$brand: #db5f49;
/* SwiftUI */
Color(red: 0.859, green: 0.373, blue: 0.286)
/* Android */
Color.parseColor("#db5f49")Accessibility — WCAG contrast
Aa
#db5f49 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5f49 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green37.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow66.7%
Key (black)14.1%
Color previews
#db5f49 text on a black background
contrast 5.75:1
Card sample
#db5f49 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5f49;
Background color
Panel with #db5f49 background
background-color: #db5f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 95, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 95, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5f49; background: linear-gradient(135deg, #db5f49, #DBC049);