#D3AF8A
A light, moderate orange closely aligning with Tan.
About #D3AF8A
At its core, #D3AF8A is a light and moderate hue. If you're using CSS, you might find it aligns closely with Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 175, and 138.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 17% magenta, 35% yellow, and 17% black. The HSL representation is 30.4° hue, 45.3% saturation, and 68.4% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3AF8A
RGB211, 175, 138
HSL30.4°, 45.3%, 68.4%
CMYK0%, 17%, 35%, 17%
HSV30.4°, 34.6%, 82.7%
LAB73.8, 7.8, 23.9
XYZ46.8, 46.3, 30.5
Decimal13873034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.27:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3AF8A;
}
.text-color {
color: #D3AF8A;
}
.border-color {
border: 2px solid #D3AF8A;
}