#F8FF5F
A light, vivid yellow closely aligning with Yellow.
About #F8FF5F
When working with digital screens, the color #F8FF5F is rendered by mixing light. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 255, and 95.
If you are designing for print, the four-color process is what matters most. The color uses 3% Cyan, 0% Magenta, 63% Yellow, and 0% Black. The HSL representation is 62.6° hue, 100.0% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F8FF5F
RGB248, 255, 95
HSL62.6°, 100.0%, 68.6%
CMYK3%, 0%, 63%, 0%
HSV62.6°, 62.7%, 100.0%
LAB96.9, -21.7, 72.9
XYZ76.5, 92.3, 24.6
Decimal16318303
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.46:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
16.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF5F;
}
.text-color {
color: #F8FF5F;
}
.border-color {
border: 2px solid #F8FF5F;
}