#F8DB75
A light, vivid yellow closely aligning with Khaki.
About #F8DB75
Visually, #F8DB75 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Khaki. Its digital footprint relies on 248 parts red, 219 parts green, and 117 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 12% magenta inks. The HSL representation is 46.7° hue, 90.3% saturation, and 71.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8DB75
RGB248, 219, 117
HSL46.7°, 90.3%, 71.6%
CMYK0%, 12%, 53%, 3%
HSV46.7°, 52.8%, 97.3%
LAB87.9, -2.4, 53.3
XYZ67.3, 71.9, 27.2
Decimal16309109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.38:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DB75;
}
.text-color {
color: #F8DB75;
}
.border-color {
border: 2px solid #F8DB75;
}