#DB927C
A light, moderate red closely aligning with Darksalmon.
About #DB927C
The hex code #DB927C represents a beautifully specific shade of red. It is closely associated with the named CSS color Darksalmon. This translates to an RGB value of rgb(219, 146, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 33% magenta, 43% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB927C
RGB219, 146, 124
HSL13.9°, 56.9%, 67.3%
CMYK0%, 33%, 43%, 14%
HSV13.9°, 43.4%, 85.9%
LAB67.3, 25.0, 22.9
XYZ43.1, 37.1, 24.0
Decimal14389884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.41:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB927C;
}
.text-color {
color: #DB927C;
}
.border-color {
border: 2px solid #DB927C;
}