#F8E283
A light, vivid yellow closely aligning with Khaki.
About #F8E283
Visually, #F8E283 is defined as a vivid yellow. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(248, 226, 131).
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 9% magenta inks. With a hue angle of 48.7 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#F8E283
RGB248, 226, 131
HSL48.7°, 89.3%, 74.3%
CMYK0%, 9%, 47%, 3%
HSV48.7°, 47.2%, 97.3%
LAB89.9, -4.7, 48.9
XYZ70.0, 76.0, 32.5
Decimal16310915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.20:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E283;
}
.text-color {
color: #F8E283;
}
.border-color {
border: 2px solid #F8E283;
}