#F8E28A
A light, vivid yellow closely aligning with Khaki.
About #F8E28A
At its core, #F8E28A is a light and vivid hue. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(248, 226, 138).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 9% Magenta, 44% Yellow, and 3% 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. 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#F8E28A
RGB248, 226, 138
HSL48.0°, 88.7%, 75.7%
CMYK0%, 9%, 44%, 3%
HSV48.0°, 44.4%, 97.3%
LAB89.9, -4.1, 45.6
XYZ70.5, 76.2, 35.0
Decimal16310922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.24:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E28A;
}
.text-color {
color: #F8E28A;
}
.border-color {
border: 2px solid #F8E28A;
}