#FFE992
A light, vivid yellow closely aligning with Khaki.
About #FFE992
The hex code #FFE992 represents a beautifully specific shade of yellow. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(255, 233, 146).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 9% Magenta, 43% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFE992
RGB255, 233, 146
HSL47.9°, 100.0%, 78.6%
CMYK0%, 9%, 43%, 0%
HSV47.9°, 42.7%, 100.0%
LAB92.4, -4.1, 44.9
XYZ75.6, 81.6, 39.0
Decimal16771474
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.32:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE992;
}
.text-color {
color: #FFE992;
}
.border-color {
border: 2px solid #FFE992;
}