#DB8A7C
A light, moderate red closely aligning with Darksalmon.
About #DB8A7C
The precise color #DB8A7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darksalmon. In the RGB color space, it consists of 219 red, 138 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 37% Magenta, 43% Yellow, and 14% Black. With a hue angle of 8.8 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB8A7C
RGB219, 138, 124
HSL8.8°, 56.9%, 67.3%
CMYK0%, 37%, 43%, 14%
HSV8.8°, 43.4%, 85.9%
LAB65.5, 29.3, 20.5
XYZ41.9, 34.7, 23.6
Decimal14387836
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.94:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB8A7C;
}
.text-color {
color: #DB8A7C;
}
.border-color {
border: 2px solid #DB8A7C;
}