#FFF083
A light, vivid yellow closely aligning with Khaki.
About #FFF083
At its core, #FFF083 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 6% M, 49% Y, and 0% K. The HSL representation is 52.7° hue, 100.0% saturation, and 75.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFF083
RGB255, 240, 131
HSL52.7°, 100.0%, 75.7%
CMYK0%, 6%, 49%, 0%
HSV52.7°, 48.6%, 100.0%
LAB94.0, -8.9, 54.1
XYZ76.5, 85.2, 33.9
Decimal16773251
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.04:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF083;
}
.text-color {
color: #FFF083;
}
.border-color {
border: 2px solid #FFF083;
}