#E2FF33
A light, vivid yellow closely aligning with Yellow.
About #E2FF33
Visually, #E2FF33 is defined as a vivid yellow. Designers often compare it to the standard color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 255, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. With a hue angle of 68.5 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2FF33
RGB226, 255, 51
HSL68.5°, 100.0%, 60.0%
CMYK11%, 0%, 80%, 0%
HSV68.5°, 80.0%, 100.0%
LAB95.1, -32.4, 84.9
XYZ67.7, 87.9, 16.5
Decimal14876467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.59:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FF33;
}
.text-color {
color: #E2FF33;
}
.border-color {
border: 2px solid #E2FF33;
}