#FFF06D
A light, vivid yellow closely aligning with Khaki.
About #FFF06D
The hex code #FFF06D represents a beautifully specific shade of yellow. Designers often compare it to the standard color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 109.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 6% Magenta, 57% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFF06D
RGB255, 240, 109
HSL53.8°, 100.0%, 71.4%
CMYK0%, 6%, 57%, 0%
HSV53.8°, 57.3%, 100.0%
LAB93.7, -10.7, 63.8
XYZ75.2, 84.7, 26.9
Decimal16773229
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.94:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF06D;
}
.text-color {
color: #FFF06D;
}
.border-color {
border: 2px solid #FFF06D;
}