#F8E983
A light, vivid yellow closely aligning with Khaki.
About #F8E983
When working with digital screens, the color #F8E983 is rendered by mixing light. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 233, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 6% magenta, 47% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8E983
RGB248, 233, 131
HSL52.3°, 89.3%, 74.3%
CMYK0%, 6%, 47%, 3%
HSV52.3°, 47.2%, 97.3%
LAB91.6, -8.2, 51.1
XYZ71.9, 79.9, 33.1
Decimal16312707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.97:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8E983;
}
.text-color {
color: #F8E983;
}
.border-color {
border: 2px solid #F8E983;
}