#F8FF92
A light, vivid yellow closely aligning with Khaki.
About #F8FF92
Visually, #F8FF92 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, 146).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 0% M, 43% Y, and 0% K. The HSL representation is 63.9° hue, 100.0% saturation, and 78.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F8FF92
RGB248, 255, 146
HSL63.9°, 100.0%, 78.6%
CMYK3%, 0%, 43%, 0%
HSV63.9°, 42.7%, 100.0%
LAB97.5, -17.6, 51.1
XYZ79.7, 93.6, 41.1
Decimal16318354
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.71:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF92;
}
.text-color {
color: #F8FF92;
}
.border-color {
border: 2px solid #F8FF92;
}