#DB7C6D
A light, moderate red closely aligning with Lightcoral.
About #DB7C6D
The hex code #DB7C6D represents a beautifully specific shade of red. Designers often compare it to the standard color Lightcoral. In the RGB color space, it consists of 219 red, 124 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 43% Magenta, 50% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB7C6D
RGB219, 124, 109
HSL8.2°, 60.4%, 64.3%
CMYK0%, 43%, 50%, 14%
HSV8.2°, 50.2%, 85.9%
LAB62.2, 35.3, 24.4
XYZ39.2, 30.6, 18.3
Decimal14384237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.12:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB7C6D;
}
.text-color {
color: #DB7C6D;
}
.border-color {
border: 2px solid #DB7C6D;
}