#F8DB57
A light, vivid yellow closely aligning with Gold.
About #F8DB57
The precise color #F8DB57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 219, and 87.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 65% Y, and 3% K. With a hue angle of 49.2 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8DB57
RGB248, 219, 87
HSL49.2°, 92.0%, 65.7%
CMYK0%, 12%, 65%, 3%
HSV49.2°, 64.9%, 97.3%
LAB87.6, -4.5, 66.3
XYZ65.8, 71.3, 19.3
Decimal16309079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.26:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DB57;
}
.text-color {
color: #F8DB57;
}
.border-color {
border: 2px solid #F8DB57;
}