#F8F083
A light, vivid yellow closely aligning with Khaki.
About #F8F083
The hex code #F8F083 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(248, 240, 131).
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 3% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8F083
RGB248, 240, 131
HSL55.9°, 89.3%, 74.3%
CMYK0%, 3%, 47%, 3%
HSV55.9°, 47.2%, 97.3%
LAB93.4, -11.7, 53.3
XYZ74.0, 83.9, 33.8
Decimal16314499
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.78:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F083;
}
.text-color {
color: #F8F083;
}
.border-color {
border: 2px solid #F8F083;
}