#F0E98A
A light, vivid yellow closely aligning with Khaki.
About #F0E98A
At its core, #F0E98A is a light and vivid hue. Designers often compare it to the standard color Khaki. In the RGB color space, it consists of 240 red, 233 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. The HSL representation is 55.9° hue, 77.3% saturation, and 74.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0E98A
RGB240, 233, 138
HSL55.9°, 77.3%, 74.1%
CMYK0%, 3%, 43%, 6%
HSV55.9°, 42.5%, 94.1%
LAB91.1, -10.7, 46.9
XYZ69.7, 78.6, 35.6
Decimal15788426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.73:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0E98A;
}
.text-color {
color: #F0E98A;
}
.border-color {
border: 2px solid #F0E98A;
}