#F8FF6D
A light, vivid yellow closely aligning with Khaki.
About #F8FF6D
Visually, #F8FF6D is defined as a vivid yellow. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 248 red, 255 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 3% C, 0% M, 57% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8FF6D
RGB248, 255, 109
HSL62.9°, 100.0%, 71.4%
CMYK3%, 0%, 57%, 0%
HSV62.9°, 57.3%, 100.0%
LAB97.1, -20.7, 67.3
XYZ77.2, 92.6, 28.3
Decimal16318317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.52:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
16.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FF6D;
}
.text-color {
color: #F8FF6D;
}
.border-color {
border: 2px solid #F8FF6D;
}