#E2F06D
A light, vivid yellow closely aligning with Khaki.
About #E2F06D
At its core, #E2F06D is a light and vivid hue. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 240, and 109.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 6% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2F06D
RGB226, 240, 109
HSL66.4°, 81.4%, 68.4%
CMYK6%, 0%, 55%, 6%
HSV66.4°, 54.6%, 94.1%
LAB91.5, -22.2, 60.7
XYZ65.3, 79.6, 26.4
Decimal14872685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.92:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F06D;
}
.text-color {
color: #E2F06D;
}
.border-color {
border: 2px solid #E2F06D;
}