#F8DB66
A light, vivid yellow closely aligning with Khaki.
About #F8DB66
At its core, #F8DB66 is a light and vivid hue. Designers often compare it to the standard color Khaki. In the RGB color space, it consists of 248 red, 219 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 12% magenta, 59% yellow, and 3% black. With a hue angle of 48.1 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8DB66
RGB248, 219, 102
HSL48.1°, 91.3%, 68.6%
CMYK0%, 12%, 59%, 3%
HSV48.1°, 58.9%, 97.3%
LAB87.8, -3.5, 60.0
XYZ66.4, 71.6, 22.9
Decimal16309094
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DB66;
}
.text-color {
color: #F8DB66;
}
.border-color {
border: 2px solid #F8DB66;
}