#F8E999
A light, vivid yellow closely aligning with Khaki.
About #F8E999
The precise color #F8E999 is an excellent choice for modern design projects. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 248 red, 233 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 6% Magenta, 38% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a 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#F8E999
RGB248, 233, 153
HSL50.5°, 87.2%, 78.6%
CMYK0%, 6%, 38%, 3%
HSV50.5°, 38.3%, 97.3%
LAB91.9, -6.0, 40.7
XYZ73.6, 80.5, 41.8
Decimal16312729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.11:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E999;
}
.text-color {
color: #F8E999;
}
.border-color {
border: 2px solid #F8E999;
}