#FFD3A8
A very light, vivid orange closely aligning with Navajowhite.
About #FFD3A8
At its core, #FFD3A8 is a very light and vivid hue. Its closest recognized web color is Navajowhite. In the RGB color space, it consists of 255 red, 211 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 17% magenta, 34% yellow, and 0% black. The HSL representation is 29.7° hue, 100.0% saturation, and 82.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFD3A8
RGB255, 211, 168
HSL29.7°, 100.0%, 82.9%
CMYK0%, 17%, 34%, 0%
HSV29.7°, 34.1%, 100.0%
LAB87.3, 9.6, 27.1
XYZ71.6, 70.7, 46.9
Decimal16765864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.14:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD3A8;
}
.text-color {
color: #FFD3A8;
}
.border-color {
border: 2px solid #FFD3A8;
}