#D3A08A
A light, moderate orange closely aligning with Tan.
About #D3A08A
The precise color #D3A08A 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, 160, and 138.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 24% M, 35% Y, and 17% K. With a hue angle of 18.1 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#D3A08A
RGB211, 160, 138
HSL18.1°, 45.3%, 68.4%
CMYK0%, 24%, 35%, 17%
HSV18.1°, 34.6%, 82.7%
LAB70.1, 15.9, 18.8
XYZ44.0, 40.8, 29.6
Decimal13869194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.17:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3A08A;
}
.text-color {
color: #D3A08A;
}
.border-color {
border: 2px solid #D3A08A;
}