#F5DEB3
A very light, vivid orange closely aligning with Wheat.
About #F5DEB3
At its core, #F5DEB3 is a very light and vivid hue. Its closest recognized web color is Wheat. In the RGB color space, it consists of 245 red, 222 green, and 179 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 9% Magenta, 27% Yellow, and 4% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F5DEB3
RGB245, 222, 179
HSL39.1°, 76.7%, 83.1%
CMYK0%, 9%, 27%, 4%
HSV39.1°, 26.9%, 96.1%
LAB89.4, 1.5, 24.0
XYZ71.9, 74.9, 53.3
Decimal16113331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
15.98:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F5DEB3;
}
.text-color {
color: #F5DEB3;
}
.border-color {
border: 2px solid #F5DEB3;
}