#F8FF66
A light, vivid yellow closely aligning with Yellow.
About #F8FF66
The hex code #F8FF66 represents a beautifully specific shade of yellow. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 255, and 102.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 0% magenta, 60% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F8FF66
RGB248, 255, 102
HSL62.7°, 100.0%, 70.0%
CMYK3%, 0%, 60%, 0%
HSV62.7°, 60.0%, 100.0%
LAB97.0, -21.2, 70.2
XYZ76.9, 92.4, 26.4
Decimal16318310
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.49:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
16.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF66;
}
.text-color {
color: #F8FF66;
}
.border-color {
border: 2px solid #F8FF66;
}