#db554f
a balanced, vivid red · warm · closest name: salmon
RGB
219, 85, 79
HSL
3°, 66%, 58%
CMYK
0, 61, 64, 14
Luminance
0.2212
Every format
| HEX | #db554f |
| RGB | rgb(219, 85, 79) |
| HSL | hsl(3, 66%, 58%) |
| CMYK | cmyk(0%, 61%, 64%, 14%) |
| LAB | lab(54.2 52.1 31.1) |
| LCH | lch(54.2 60.7 30.8) |
| OKLCH | oklch(0.625 0.170 25.8) |
Copy-ready code
/* CSS */
color: #db554f;
background-color: #db554f;
/* Tailwind (arbitrary) */
class="text-[#db554f] bg-[#db554f]"
/* SCSS */
$brand: #db554f;
/* SwiftUI */
Color(red: 0.859, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#db554f")Accessibility — WCAG contrast
Aa
#db554f on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db554f on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green33.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow63.9%
Key (black)14.1%
Color previews
#db554f text on a black background
contrast 5.42:1
Card sample
#db554f text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db554f;
Background color
Panel with #db554f background
background-color: #db554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db554f; background: linear-gradient(135deg, #db554f, #DBB24F);