#DB7C83
A light, moderate red closely aligning with Lightcoral.
About #DB7C83
Visually, #DB7C83 is defined as a moderate red. Designers often compare it to the standard color Lightcoral. This translates to an RGB value of rgb(219, 124, 131).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 43% Magenta, 40% Yellow, and 14% Black. The HSL representation is 355.6° hue, 56.9% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB7C83
RGB219, 124, 131
HSL355.6°, 56.9%, 67.3%
CMYK0%, 43%, 40%, 14%
HSV355.6°, 43.4%, 85.9%
LAB62.6, 37.5, 12.5
XYZ40.5, 31.1, 25.3
Decimal14384259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7C83;
}
.text-color {
color: #DB7C83;
}
.border-color {
border: 2px solid #DB7C83;
}