#F8FFA8
A very light, vivid yellow closely aligning with Khaki.
About #F8FFA8
At its core, #F8FFA8 is a very light and vivid hue. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 255, and 168.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. The HSL representation is 64.8° hue, 100.0% saturation, and 82.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8FFA8
RGB248, 255, 168
HSL64.8°, 100.0%, 82.9%
CMYK3%, 0%, 34%, 0%
HSV64.8°, 34.1%, 100.0%
LAB97.8, -15.2, 40.9
XYZ81.5, 94.3, 51.0
Decimal16318376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.86:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FFA8;
}
.text-color {
color: #F8FFA8;
}
.border-color {
border: 2px solid #F8FFA8;
}