#F0FF3A
A light, vivid yellow closely aligning with Yellow.
About #F0FF3A
Visually, #F0FF3A is defined as a vivid yellow. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 255, and 58.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 0% magenta, 77% yellow, and 0% black. The HSL representation is 64.6° hue, 100.0% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0FF3A
RGB240, 255, 58
HSL64.6°, 100.0%, 61.4%
CMYK6%, 0%, 77%, 0%
HSV64.6°, 77.3%, 100.0%
LAB96.1, -26.6, 84.4
XYZ72.5, 90.4, 17.6
Decimal15793978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.07:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0FF3A;
}
.text-color {
color: #F0FF3A;
}
.border-color {
border: 2px solid #F0FF3A;
}