#E2F07C
A light, vivid yellow closely aligning with Khaki.
About #E2F07C
When working with digital screens, the color #E2F07C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 240, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 6% Cyan, 0% Magenta, 48% Yellow, and 6% Black. With a hue angle of 67.2 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2F07C
RGB226, 240, 124
HSL67.2°, 79.5%, 71.4%
CMYK6%, 0%, 48%, 6%
HSV67.2°, 48.3%, 94.1%
LAB91.7, -20.9, 54.0
XYZ66.2, 79.9, 31.0
Decimal14872700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.99:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F07C;
}
.text-color {
color: #E2F07C;
}
.border-color {
border: 2px solid #E2F07C;
}