#EEFB1A
A medium, vivid yellow closely aligning with Yellow.
About #EEFB1A
When working with digital screens, the color #EEFB1A is rendered by mixing light. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(238, 251, 26).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 5% cyan and 0% magenta inks. The HSL representation is 63.5° hue, 96.6% saturation, and 54.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#EEFB1A
RGB238, 251, 26
HSL63.5°, 96.6%, 54.3%
CMYK5%, 0%, 90%, 2%
HSV63.5°, 89.6%, 98.4%
LAB94.8, -26.4, 89.8
XYZ69.9, 87.2, 14.1
Decimal15661850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.45:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #EEFB1A;
}
.text-color {
color: #EEFB1A;
}
.border-color {
border: 2px solid #EEFB1A;
}