#F8DB7C
A light, vivid yellow closely aligning with Khaki.
About #F8DB7C
At its core, #F8DB7C is a light and vivid hue. Its closest recognized web color is Khaki. This translates to an RGB value of rgb(248, 219, 124).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 12% magenta, 50% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8DB7C
RGB248, 219, 124
HSL46.0°, 89.9%, 72.9%
CMYK0%, 12%, 50%, 3%
HSV46.0°, 50.0%, 97.3%
LAB88.0, -1.8, 50.0
XYZ67.7, 72.1, 29.4
Decimal16309116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.41:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DB7C;
}
.text-color {
color: #F8DB7C;
}
.border-color {
border: 2px solid #F8DB7C;
}