#FFFFB6
A very light, vivid yellow closely aligning with Palegoldenrod.
About #FFFFB6
At its core, #FFFFB6 is a very light and vivid hue. It is closely associated with the named CSS color Palegoldenrod. Its digital footprint relies on 255 parts red, 255 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 0% Magenta, 29% Yellow, and 0% Black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFFFB6
RGB255, 255, 182
HSL60.0°, 100.0%, 85.7%
CMYK0%, 0%, 29%, 0%
HSV60.0°, 28.6%, 100.0%
LAB98.5, -11.0, 35.0
XYZ85.4, 96.2, 58.3
Decimal16777142
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.04:1
Text on #FFFFFF
FAIL
20.23:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
17.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFFB6;
}
.text-color {
color: #FFFFB6;
}
.border-color {
border: 2px solid #FFFFB6;
}