#F0DB07
A medium, vivid yellow closely aligning with Gold.
About #F0DB07
The hex code #F0DB07 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Gold. Its digital footprint relies on 240 parts red, 219 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 9% magenta, 97% yellow, and 6% black. The HSL representation is 54.6° hue, 94.3% saturation, and 48.4% lightness.
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#F0DB07
RGB240, 219, 7
HSL54.6°, 94.3%, 48.4%
CMYK0%, 9%, 97%, 6%
HSV54.6°, 97.1%, 94.1%
LAB86.6, -10.3, 85.7
XYZ61.3, 69.2, 10.3
Decimal15784711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.84:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DB07;
}
.text-color {
color: #F0DB07;
}
.border-color {
border: 2px solid #F0DB07;
}