#F8E98A
A light, vivid yellow closely aligning with Khaki.
About #F8E98A
At its core, #F8E98A is a light and vivid hue. Its closest recognized web color is Khaki. In the RGB color space, it consists of 248 red, 233 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 6% magenta, 44% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8E98A
RGB248, 233, 138
HSL51.8°, 88.7%, 75.7%
CMYK0%, 6%, 44%, 3%
HSV51.8°, 44.4%, 97.3%
LAB91.7, -7.6, 47.8
XYZ72.4, 80.1, 35.7
Decimal16312714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.01:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E98A;
}
.text-color {
color: #F8E98A;
}
.border-color {
border: 2px solid #F8E98A;
}