#E2FF49
A light, vivid yellow closely aligning with Yellow.
About #E2FF49
When working with digital screens, the color #E2FF49 is rendered by mixing light. It is closely associated with the named CSS color Yellow. Its digital footprint relies on 226 parts red, 255 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 0% M, 71% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2FF49
RGB226, 255, 73
HSL69.6°, 100.0%, 64.3%
CMYK11%, 0%, 71%, 0%
HSV69.6°, 71.4%, 100.0%
LAB95.2, -31.5, 78.6
XYZ68.3, 88.2, 19.7
Decimal14876489
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.63:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF49;
}
.text-color {
color: #E2FF49;
}
.border-color {
border: 2px solid #E2FF49;
}