#D3A083
A light, moderate orange closely aligning with Tan.
About #D3A083
Visually, #D3A083 is defined as a moderate orange. 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, 160, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 24% Magenta, 38% Yellow, and 17% Black. The HSL representation is 21.8° hue, 47.6% saturation, and 67.1% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3A083
RGB211, 160, 131
HSL21.8°, 47.6%, 67.1%
CMYK0%, 24%, 38%, 17%
HSV21.8°, 37.9%, 82.7%
LAB69.9, 15.1, 22.4
XYZ43.5, 40.6, 27.0
Decimal13869187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.13:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A083;
}
.text-color {
color: #D3A083;
}
.border-color {
border: 2px solid #D3A083;
}