#EFF74B
A light, vivid yellow closely aligning with Yellow.
About #EFF74B
The hex code #EFF74B represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(239, 247, 75).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 3% cyan, 0% magenta, 70% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#EFF74B
RGB239, 247, 75
HSL62.8°, 91.5%, 63.1%
CMYK3%, 0%, 70%, 3%
HSV62.8°, 69.6%, 96.9%
LAB94.0, -22.5, 77.1
XYZ70.1, 85.4, 19.4
Decimal15726411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.08:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #EFF74B;
}
.text-color {
color: #EFF74B;
}
.border-color {
border: 2px solid #EFF74B;
}