#F0DB66
A light, vivid yellow closely aligning with Khaki.
About #F0DB66
When working with digital screens, the color #F0DB66 is rendered by mixing light. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(240, 219, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 9% M, 57% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0DB66
RGB240, 219, 102
HSL50.9°, 82.1%, 67.1%
CMYK0%, 9%, 57%, 6%
HSV50.9°, 57.5%, 94.1%
LAB87.1, -6.8, 59.0
XYZ63.7, 70.1, 22.8
Decimal15784806
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.03:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DB66;
}
.text-color {
color: #F0DB66;
}
.border-color {
border: 2px solid #F0DB66;
}