#D39283
A light, moderate red closely aligning with Darksalmon.
About #D39283
Visually, #D39283 is defined as a moderate red. It is closely associated with the named CSS color Darksalmon. This translates to an RGB value of rgb(211, 146, 131).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 31% magenta, 38% yellow, and 17% black. 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. 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#D39283
RGB211, 146, 131
HSL11.3°, 47.6%, 67.1%
CMYK0%, 31%, 38%, 17%
HSV11.3°, 37.9%, 82.7%
LAB66.6, 22.7, 17.8
XYZ41.2, 36.0, 26.3
Decimal13865603
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.21:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D39283;
}
.text-color {
color: #D39283;
}
.border-color {
border: 2px solid #D39283;
}