#FFE283
A light, vivid yellow closely aligning with Khaki.
About #FFE283
Visually, #FFE283 is defined as a vivid yellow. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 255 red, 226 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 11% M, 49% Y, and 0% K. The HSL representation is 46.0° hue, 100.0% saturation, and 75.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFE283
RGB255, 226, 131
HSL46.0°, 100.0%, 75.7%
CMYK0%, 11%, 49%, 0%
HSV46.0°, 48.6%, 100.0%
LAB90.5, -1.9, 49.8
XYZ72.5, 77.3, 32.6
Decimal16769667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.46:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE283;
}
.text-color {
color: #FFE283;
}
.border-color {
border: 2px solid #FFE283;
}