#E9F050
A light, vivid yellow closely aligning with Yellow.
About #E9F050
Visually, #E9F050 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellow. In the RGB color space, it consists of 233 red, 240 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 0% M, 67% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light 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#E9F050
RGB233, 240, 80
HSL62.6°, 84.2%, 62.7%
CMYK3%, 0%, 67%, 6%
HSV62.6°, 66.7%, 94.1%
LAB91.8, -21.4, 72.9
XYZ66.2, 80.2, 19.6
Decimal15331408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.04:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F050;
}
.text-color {
color: #E9F050;
}
.border-color {
border: 2px solid #E9F050;
}