#D3997C
A light, moderate orange closely aligning with Darksalmon.
About #D3997C
Visually, #D3997C is defined as a moderate orange. Its closest recognized web color is Darksalmon. In the RGB color space, it consists of 211 red, 153 green, and 124 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 41% Yellow, and 17% Black. The HSL representation is 20.0° hue, 49.7% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3997C
RGB211, 153, 124
HSL20.0°, 49.7%, 65.7%
CMYK0%, 27%, 41%, 17%
HSV20.0°, 41.2%, 82.7%
LAB68.1, 18.1, 23.8
XYZ41.9, 38.1, 24.2
Decimal13867388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.62:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3997C;
}
.text-color {
color: #D3997C;
}
.border-color {
border: 2px solid #D3997C;
}