#D3837C
A light, moderate red closely aligning with Darksalmon.
About #D3837C
Visually, #D3837C is defined as a moderate red. If you're using CSS, you might find it aligns closely with Darksalmon. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 131, and 124.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 38% M, 41% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
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#D3837C
RGB211, 131, 124
HSL4.8°, 49.7%, 65.7%
CMYK0%, 38%, 41%, 17%
HSV4.8°, 41.2%, 82.7%
LAB63.0, 30.0, 16.8
XYZ38.6, 31.5, 23.1
Decimal13861756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.87:1
Text on #FFFFFF
FAIL
7.31:1
Text on #000000
AAA
2.75:1
Text on #F8FAFC
FAIL
6.21:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3837C;
}
.text-color {
color: #D3837C;
}
.border-color {
border: 2px solid #D3837C;
}