#E2FF07
A medium, vivid yellow closely aligning with Yellow.
About #E2FF07
The hex code #E2FF07 represents a beautifully specific shade of yellow. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 255, and 7.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 0% M, 97% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2FF07
RGB226, 255, 7
HSL67.0°, 100.0%, 51.4%
CMYK11%, 0%, 97%, 0%
HSV67.0°, 97.3%, 100.0%
LAB95.0, -33.3, 91.5
XYZ67.2, 87.7, 13.6
Decimal14876423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.54:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF07;
}
.text-color {
color: #E2FF07;
}
.border-color {
border: 2px solid #E2FF07;
}