#F0DB83
A light, vivid yellow closely aligning with Khaki.
About #F0DB83
When working with digital screens, the color #F0DB83 is rendered by mixing light. It is closely associated with the named CSS color Khaki. In the RGB color space, it consists of 240 red, 219 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 9% Magenta, 45% Yellow, and 6% Black. With a hue angle of 48.4 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0DB83
RGB240, 219, 131
HSL48.4°, 78.4%, 72.7%
CMYK0%, 9%, 45%, 6%
HSV48.4°, 45.4%, 94.1%
LAB87.4, -4.4, 45.7
XYZ65.4, 70.8, 31.7
Decimal15784835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.17:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0DB83;
}
.text-color {
color: #F0DB83;
}
.border-color {
border: 2px solid #F0DB83;
}