#FFFF83
A light, vivid yellow closely aligning with Khaki.
About #FFFF83
Visually, #FFFF83 is defined as a vivid yellow. Designers often compare it to the standard color Khaki. Its digital footprint relies on 255 parts red, 255 parts green, and 131 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 0% magenta, 49% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFFF83
RGB255, 255, 131
HSL60.0°, 100.0%, 75.7%
CMYK0%, 0%, 49%, 0%
HSV60.0°, 48.6%, 100.0%
LAB97.8, -16.3, 58.7
XYZ81.1, 94.4, 35.4
Decimal16777091
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.88:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFF83;
}
.text-color {
color: #FFFF83;
}
.border-color {
border: 2px solid #FFFF83;
}