#E2F01D
A medium, vivid yellow closely aligning with Yellow.
About #E2F01D
Visually, #E2F01D is defined as a vivid yellow. It is closely associated with the named CSS color Yellow. Its digital footprint relies on 226 parts red, 240 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 0% Magenta, 88% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2F01D
RGB226, 240, 29
HSL64.0°, 87.6%, 52.7%
CMYK6%, 0%, 88%, 6%
HSV64.0°, 87.9%, 94.1%
LAB91.0, -26.0, 86.0
XYZ62.7, 78.6, 13.0
Decimal14872605
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.72:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F01D;
}
.text-color {
color: #E2F01D;
}
.border-color {
border: 2px solid #E2F01D;
}