#D3AFA0
A light, moderate orange closely aligning with Tan.
About #D3AFA0
The precise color #D3AFA0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Tan. In the RGB color space, it consists of 211 red, 175 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 17% M, 24% Y, and 17% K. The HSL representation is 17.6° hue, 36.7% saturation, and 72.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3AFA0
RGB211, 175, 160
HSL17.6°, 36.7%, 72.7%
CMYK0%, 17%, 24%, 17%
HSV17.6°, 24.2%, 82.7%
LAB74.2, 10.8, 12.6
XYZ48.5, 47.0, 39.8
Decimal13873056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.41:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AFA0;
}
.text-color {
color: #D3AFA0;
}
.border-color {
border: 2px solid #D3AFA0;
}