#FFF8B6
A very light, vivid yellow closely aligning with Palegoldenrod.
About #FFF8B6
Visually, #FFF8B6 is defined as a vivid yellow. Designers often compare it to the standard color Palegoldenrod. In the RGB color space, it consists of 255 red, 248 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF8B6
RGB255, 248, 182
HSL54.2°, 100.0%, 85.7%
CMYK0%, 3%, 29%, 0%
HSV54.2°, 28.6%, 100.0%
LAB96.7, -7.5, 32.6
XYZ83.3, 91.8, 57.6
Decimal16775350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.35:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF8B6;
}
.text-color {
color: #FFF8B6;
}
.border-color {
border: 2px solid #FFF8B6;
}