#F8FF99
A very light, vivid yellow closely aligning with Khaki.
About #F8FF99
Visually, #F8FF99 is defined as a vivid yellow. It is closely associated with the named CSS color Khaki. This translates to an RGB value of rgb(248, 255, 153).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 0% Magenta, 40% Yellow, and 0% Black. The HSL representation is 64.1° hue, 100.0% saturation, and 80.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8FF99
RGB248, 255, 153
HSL64.1°, 100.0%, 80.0%
CMYK3%, 0%, 40%, 0%
HSV64.1°, 40.0%, 100.0%
LAB97.5, -16.9, 47.9
XYZ80.2, 93.8, 44.0
Decimal16318361
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.76:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF99;
}
.text-color {
color: #F8FF99;
}
.border-color {
border: 2px solid #F8FF99;
}