#F8FFB6
A very light, vivid yellow closely aligning with Palegoldenrod.
About #F8FFB6
The precise color #F8FFB6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(248, 255, 182).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. With a hue angle of 65.8 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8FFB6
RGB248, 255, 182
HSL65.8°, 100.0%, 85.7%
CMYK3%, 0%, 29%, 0%
HSV65.8°, 28.6%, 100.0%
LAB98.0, -13.5, 34.2
XYZ82.9, 94.9, 58.2
Decimal16318390
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.05:1
Text on #FFFFFF
FAIL
19.97:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8FFB6;
}
.text-color {
color: #F8FFB6;
}
.border-color {
border: 2px solid #F8FFB6;
}