#D3836D
A light, moderate red closely aligning with Darksalmon.
About #D3836D
At its core, #D3836D is a light and moderate hue. Designers often compare it to the standard color Darksalmon. In the RGB color space, it consists of 211 red, 131 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 38% magenta, 48% yellow, and 17% black. The HSL representation is 12.9° hue, 53.7% saturation, and 62.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D3836D
RGB211, 131, 109
HSL12.9°, 53.7%, 62.7%
CMYK0%, 38%, 48%, 17%
HSV12.9°, 48.3%, 82.7%
LAB62.7, 28.4, 24.9
XYZ37.7, 31.2, 18.5
Decimal13861741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3836D;
}
.text-color {
color: #D3836D;
}
.border-color {
border: 2px solid #D3836D;
}