#FFD3A0
A very light, vivid orange closely aligning with Navajowhite.
About #FFD3A0
At its core, #FFD3A0 is a very light and vivid hue. Designers often compare it to the standard color Navajowhite. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 211, and 160.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 17% magenta, 37% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFD3A0
RGB255, 211, 160
HSL32.2°, 100.0%, 81.4%
CMYK0%, 17%, 37%, 0%
HSV32.2°, 37.3%, 100.0%
LAB87.2, 8.6, 31.0
XYZ70.9, 70.4, 43.1
Decimal16765856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.08:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD3A0;
}
.text-color {
color: #FFD3A0;
}
.border-color {
border: 2px solid #FFD3A0;
}