#FFF87C
A light, vivid yellow closely aligning with Khaki.
About #FFF87C
At its core, #FFF87C is a light and vivid hue. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(255, 248, 124).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 3% Magenta, 51% Yellow, and 0% Black. With a hue angle of 56.8 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF87C
RGB255, 248, 124
HSL56.8°, 100.0%, 74.3%
CMYK0%, 3%, 51%, 0%
HSV56.8°, 51.4%, 100.0%
LAB95.9, -13.5, 59.6
XYZ78.4, 89.9, 32.3
Decimal16775292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.97:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF87C;
}
.text-color {
color: #FFF87C;
}
.border-color {
border: 2px solid #FFF87C;
}