#FFE96D
A light, vivid yellow closely aligning with Khaki.
About #FFE96D
At its core, #FFE96D is a light and vivid hue. Its closest recognized web color is Khaki. Its digital footprint relies on 255 parts red, 233 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 9% Magenta, 57% Yellow, and 0% Black. The HSL representation is 51.0° hue, 100.0% saturation, and 71.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFE96D
RGB255, 233, 109
HSL51.0°, 100.0%, 71.4%
CMYK0%, 9%, 57%, 0%
HSV51.0°, 57.3%, 100.0%
LAB92.0, -7.2, 61.8
XYZ73.1, 80.6, 26.2
Decimal16771437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.13:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE96D;
}
.text-color {
color: #FFE96D;
}
.border-color {
border: 2px solid #FFE96D;
}