#FFF88A
A light, vivid yellow closely aligning with Khaki.
About #FFF88A
The hex code #FFF88A represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Khaki. In the RGB color space, it consists of 255 red, 248 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 3% magenta, 46% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FFF88A
RGB255, 248, 138
HSL56.4°, 100.0%, 77.1%
CMYK0%, 3%, 46%, 0%
HSV56.4°, 45.9%, 100.0%
LAB96.1, -12.3, 53.4
XYZ79.4, 90.2, 37.3
Decimal16775306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.05:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF88A;
}
.text-color {
color: #FFF88A;
}
.border-color {
border: 2px solid #FFF88A;
}