#F0DB50
A light, vivid yellow closely aligning with Gold.
About #F0DB50
At its core, #F0DB50 is a light and vivid hue. Designers often compare it to the standard color Gold. In the RGB color space, it consists of 240 red, 219 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 9% Magenta, 67% Yellow, and 6% Black. The HSL representation is 52.1° hue, 84.2% saturation, and 62.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F0DB50
RGB240, 219, 80
HSL52.1°, 84.2%, 62.7%
CMYK0%, 9%, 67%, 6%
HSV52.1°, 66.7%, 94.1%
LAB86.9, -8.2, 68.1
XYZ62.7, 69.8, 17.8
Decimal15784784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.95:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DB50;
}
.text-color {
color: #F0DB50;
}
.border-color {
border: 2px solid #F0DB50;
}