#FFF85F
A light, vivid yellow closely aligning with Gold.
About #FFF85F
At its core, #FFF85F is a light and vivid hue. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 255 red, 248 green, and 95 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. The HSL representation is 57.4° hue, 100.0% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF85F
RGB255, 248, 95
HSL57.4°, 100.0%, 68.6%
CMYK0%, 3%, 63%, 0%
HSV57.4°, 62.7%, 100.0%
LAB95.7, -15.5, 71.7
XYZ76.9, 89.2, 24.0
Decimal16775263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.84:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
16.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF85F;
}
.text-color {
color: #FFF85F;
}
.border-color {
border: 2px solid #FFF85F;
}