#F8F08A
A light, vivid yellow closely aligning with Khaki.
About #F8F08A
At its core, #F8F08A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 240, and 138.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 3% Magenta, 44% Yellow, and 3% 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. 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#F8F08A
RGB248, 240, 138
HSL55.6°, 88.7%, 75.7%
CMYK0%, 3%, 44%, 3%
HSV55.6°, 44.4%, 97.3%
LAB93.5, -11.1, 50.0
XYZ74.5, 84.1, 36.4
Decimal16314506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.82:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F08A;
}
.text-color {
color: #F8F08A;
}
.border-color {
border: 2px solid #F8F08A;
}