#DB7557
A light, moderate red closely aligning with Salmon.
About #DB7557
At its core, #DB7557 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Salmon. Its digital footprint relies on 219 parts red, 117 parts green, and 87 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. The HSL representation is 13.6° hue, 64.7% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB7557
RGB219, 117, 87
HSL13.6°, 64.7%, 60.0%
CMYK0%, 47%, 60%, 14%
HSV13.6°, 60.3%, 85.9%
LAB60.3, 37.1, 34.2
XYZ37.3, 28.5, 12.5
Decimal14382423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7557;
}
.text-color {
color: #DB7557;
}
.border-color {
border: 2px solid #DB7557;
}