#E2F81D
A medium, vivid yellow closely aligning with Yellow.
About #E2F81D
When working with digital screens, the color #E2F81D is rendered by mixing light. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(226, 248, 29).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 9% Cyan, 0% Magenta, 88% Yellow, and 3% Black. The HSL representation is 66.0° hue, 94.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2F81D
RGB226, 248, 29
HSL66.0°, 94.0%, 54.3%
CMYK9%, 0%, 88%, 3%
HSV66.0°, 88.3%, 97.3%
LAB93.2, -29.8, 87.7
XYZ65.2, 83.4, 13.8
Decimal14874653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.68:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
15.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F81D;
}
.text-color {
color: #E2F81D;
}
.border-color {
border: 2px solid #E2F81D;
}