#F8FF8A
A light, vivid yellow closely aligning with Khaki.
About #F8FF8A
When working with digital screens, the color #F8FF8A is rendered by mixing light. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 255, and 138.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. The HSL representation is 63.6° hue, 100.0% saturation, and 77.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8FF8A
RGB248, 255, 138
HSL63.6°, 100.0%, 77.1%
CMYK3%, 0%, 46%, 0%
HSV63.6°, 45.9%, 100.0%
LAB97.4, -18.4, 54.8
XYZ79.1, 93.3, 37.9
Decimal16318346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.66:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF8A;
}
.text-color {
color: #F8FF8A;
}
.border-color {
border: 2px solid #F8FF8A;
}