#FFDB5F
A light, vivid yellow closely aligning with Khaki.
About #FFDB5F
At its core, #FFDB5F is a light and vivid hue. It is closely associated with the named CSS color Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 219, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 14% Magenta, 63% Yellow, and 0% Black. With a hue angle of 46.5 degrees, it sits comfortably in the yellow spectrum.
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#FFDB5F
RGB255, 219, 95
HSL46.5°, 100.0%, 68.6%
CMYK0%, 14%, 63%, 0%
HSV46.5°, 62.7%, 100.0%
LAB88.3, -1.1, 63.9
XYZ68.6, 72.7, 21.3
Decimal16767839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.55:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB5F;
}
.text-color {
color: #FFDB5F;
}
.border-color {
border: 2px solid #FFDB5F;
}