#FFDB6D
A light, vivid yellow closely aligning with Khaki.
About #FFDB6D
Visually, #FFDB6D is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Khaki. Its digital footprint relies on 255 parts red, 219 parts green, and 109 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 14% M, 57% Y, and 0% K. The HSL representation is 45.2° hue, 100.0% saturation, and 71.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFDB6D
RGB255, 219, 109
HSL45.2°, 100.0%, 71.4%
CMYK0%, 14%, 57%, 0%
HSV45.2°, 57.3%, 100.0%
LAB88.5, -0.2, 57.8
XYZ69.3, 73.0, 24.9
Decimal16767853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.61:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB6D;
}
.text-color {
color: #FFDB6D;
}
.border-color {
border: 2px solid #FFDB6D;
}