#FFDEAD
A very light, vivid orange closely aligning with Navajowhite.
About #FFDEAD
When working with digital screens, the color #FFDEAD is rendered by mixing light. Its closest recognized web color is Navajowhite. Its digital footprint relies on 255 parts red, 222 parts green, and 173 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 13% magenta inks. With a hue angle of 35.9 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFDEAD
RGB255, 222, 173
HSL35.9°, 100.0%, 83.9%
CMYK0%, 13%, 32%, 0%
HSV35.9°, 32.2%, 100.0%
LAB90.1, 4.5, 28.3
XYZ74.9, 76.5, 50.4
Decimal16768685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.30:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDEAD;
}
.text-color {
color: #FFDEAD;
}
.border-color {
border: 2px solid #FFDEAD;
}