#FFF08A
A light, vivid yellow closely aligning with Khaki.
About #FFF08A
At its core, #FFF08A is a light and vivid hue. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(255, 240, 138).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 6% M, 46% Y, and 0% K. The HSL representation is 52.3° hue, 100.0% saturation, and 77.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFF08A
RGB255, 240, 138
HSL52.3°, 100.0%, 77.1%
CMYK0%, 6%, 46%, 0%
HSV52.3°, 45.9%, 100.0%
LAB94.1, -8.3, 50.9
XYZ77.0, 85.4, 36.5
Decimal16773258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.08:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF08A;
}
.text-color {
color: #FFF08A;
}
.border-color {
border: 2px solid #FFF08A;
}