#FFFF2C
A medium, vivid yellow closely aligning with Yellow.
About #FFFF2C
At its core, #FFFF2C is a medium and vivid hue. Its closest recognized web color is Yellow. Its digital footprint relies on 255 parts red, 255 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 100.0% saturation, and 58.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFFF2C
RGB255, 255, 44
HSL60.0°, 100.0%, 58.6%
CMYK0%, 0%, 83%, 0%
HSV60.0°, 82.7%, 100.0%
LAB97.2, -21.0, 89.1
XYZ77.5, 93.0, 16.2
Decimal16777004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.07:1
Text on #FFFFFF
FAIL
19.59:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFF2C;
}
.text-color {
color: #FFFF2C;
}
.border-color {
border: 2px solid #FFFF2C;
}