#F8DB50
A light, vivid yellow closely aligning with Gold.
About #F8DB50
Visually, #F8DB50 is defined as a vivid yellow. It is closely associated with the named CSS color Gold. This translates to an RGB value of rgb(248, 219, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 12% Magenta, 68% Yellow, and 3% Black. The HSL representation is 49.6° hue, 92.3% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8DB50
RGB248, 219, 80
HSL49.6°, 92.3%, 64.3%
CMYK0%, 12%, 68%, 3%
HSV49.6°, 67.7%, 97.3%
LAB87.6, -4.8, 69.1
XYZ65.5, 71.2, 17.9
Decimal16309072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.24:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DB50;
}
.text-color {
color: #F8DB50;
}
.border-color {
border: 2px solid #F8DB50;
}