#DB6D75
A light, moderate red closely aligning with Lightcoral.
About #DB6D75
Visually, #DB6D75 is defined as a moderate red. Designers often compare it to the standard color Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 109, and 117.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 50% magenta, 47% yellow, and 14% black. With a hue angle of 355.6 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB6D75
RGB219, 109, 117
HSL355.6°, 60.4%, 64.3%
CMYK0%, 50%, 47%, 14%
HSV355.6°, 50.2%, 85.9%
LAB59.2, 43.7, 15.8
XYZ37.9, 27.3, 20.1
Decimal14380405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6D75;
}
.text-color {
color: #DB6D75;
}
.border-color {
border: 2px solid #DB6D75;
}