#E2F007
A medium, vivid yellow closely aligning with Yellow.
About #E2F007
At its core, #E2F007 is a medium and vivid hue. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 240, and 7.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 6% cyan, 0% magenta, 97% yellow, and 6% black. With a hue angle of 63.6 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2F007
RGB226, 240, 7
HSL63.6°, 94.3%, 48.4%
CMYK6%, 0%, 97%, 6%
HSV63.6°, 97.1%, 94.1%
LAB91.0, -26.3, 88.5
XYZ62.6, 78.5, 12.1
Decimal14872583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.70:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F007;
}
.text-color {
color: #E2F007;
}
.border-color {
border: 2px solid #E2F007;
}