#D37C6D
A light, moderate red closely aligning with Darksalmon.
About #D37C6D
At its core, #D37C6D is a light and moderate hue. It is closely associated with the named CSS color Darksalmon. In the RGB color space, it consists of 211 red, 124 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 41% magenta, 48% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D37C6D
RGB211, 124, 109
HSL8.8°, 53.7%, 62.7%
CMYK0%, 41%, 48%, 17%
HSV8.8°, 48.3%, 82.7%
LAB61.1, 32.2, 22.8
XYZ36.8, 29.4, 18.2
Decimal13859949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D37C6D;
}
.text-color {
color: #D37C6D;
}
.border-color {
border: 2px solid #D37C6D;
}