#FFE98A
A light, vivid yellow closely aligning with Khaki.
About #FFE98A
When working with digital screens, the color #FFE98A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Khaki. Its digital footprint relies on 255 parts red, 233 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. The HSL representation is 48.7° hue, 100.0% saturation, and 77.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFE98A
RGB255, 233, 138
HSL48.7°, 100.0%, 77.1%
CMYK0%, 9%, 46%, 0%
HSV48.7°, 45.9%, 100.0%
LAB92.3, -4.8, 48.7
XYZ75.0, 81.4, 35.8
Decimal16771466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.27:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE98A;
}
.text-color {
color: #FFE98A;
}
.border-color {
border: 2px solid #FFE98A;
}