#D3B68A
A light, moderate orange closely aligning with Tan.
About #D3B68A
The precise color #D3B68A is an excellent choice for modern design projects. It is closely associated with the named CSS color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 182, and 138.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 14% Magenta, 35% Yellow, and 17% Black. The HSL representation is 36.2° hue, 45.3% saturation, and 68.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3B68A
RGB211, 182, 138
HSL36.2°, 45.3%, 68.4%
CMYK0%, 14%, 35%, 17%
HSV36.2°, 34.6%, 82.7%
LAB75.5, 4.1, 26.3
XYZ48.2, 49.1, 31.0
Decimal13874826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.83:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3B68A;
}
.text-color {
color: #D3B68A;
}
.border-color {
border: 2px solid #D3B68A;
}