#D3C5A8
A light, moderate orange closely aligning with Tan.
About #D3C5A8
When working with digital screens, the color #D3C5A8 is rendered by mixing light. Designers often compare it to the standard color Tan. In the RGB color space, it consists of 211 red, 197 green, and 168 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 20% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3C5A8
RGB211, 197, 168
HSL40.5°, 32.8%, 74.3%
CMYK0%, 7%, 20%, 17%
HSV40.5°, 20.4%, 82.7%
LAB80.0, 0.2, 16.3
XYZ53.9, 56.6, 45.1
Decimal13878696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.32:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3C5A8;
}
.text-color {
color: #D3C5A8;
}
.border-color {
border: 2px solid #D3C5A8;
}