#D38A7C
A light, moderate red closely aligning with Darksalmon.
About #D38A7C
At its core, #D38A7C is a light and moderate hue. It is closely associated with the named CSS color Darksalmon. Its digital footprint relies on 211 parts red, 138 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 35% M, 41% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#D38A7C
RGB211, 138, 124
HSL9.7°, 49.7%, 65.7%
CMYK0%, 35%, 41%, 17%
HSV9.7°, 41.2%, 82.7%
LAB64.5, 26.2, 19.0
XYZ39.6, 33.5, 23.4
Decimal13863548
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.70:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D38A7C;
}
.text-color {
color: #D38A7C;
}
.border-color {
border: 2px solid #D38A7C;
}