#F0DB6D
A light, vivid yellow closely aligning with Khaki.
About #F0DB6D
Visually, #F0DB6D is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(240, 219, 109).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 9% Magenta, 55% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0DB6D
RGB240, 219, 109
HSL50.4°, 81.4%, 68.4%
CMYK0%, 9%, 55%, 6%
HSV50.4°, 54.6%, 94.1%
LAB87.1, -6.3, 55.9
XYZ64.0, 70.3, 24.7
Decimal15784813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.06:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DB6D;
}
.text-color {
color: #F0DB6D;
}
.border-color {
border: 2px solid #F0DB6D;
}