#FFFF75
A light, vivid yellow closely aligning with Khaki.
About #FFFF75
At its core, #FFFF75 is a light and vivid hue. It is closely associated with the named CSS color Khaki. Its digital footprint relies on 255 parts red, 255 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 100.0% saturation, and 72.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFFF75
RGB255, 255, 117
HSL60.0°, 100.0%, 72.9%
CMYK0%, 0%, 54%, 0%
HSV60.0°, 54.1%, 100.0%
LAB97.7, -17.4, 64.7
XYZ80.2, 94.1, 30.8
Decimal16777077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.81:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFF75;
}
.text-color {
color: #FFFF75;
}
.border-color {
border: 2px solid #FFFF75;
}