#E2F88A
A light, vivid yellow closely aligning with Khaki.
About #E2F88A
Visually, #E2F88A is defined as a vivid yellow. Its closest recognized web color is Khaki. Its digital footprint relies on 226 parts red, 248 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#E2F88A
RGB226, 248, 138
HSL72.0°, 88.7%, 75.7%
CMYK9%, 0%, 44%, 3%
HSV72.0°, 44.4%, 97.3%
LAB93.9, -23.4, 50.2
XYZ69.5, 85.1, 36.8
Decimal14874762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.03:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F88A;
}
.text-color {
color: #E2F88A;
}
.border-color {
border: 2px solid #E2F88A;
}