#FFDB1D
A medium, vivid yellow closely aligning with Gold.
About #FFDB1D
Visually, #FFDB1D is defined as a vivid yellow. It is closely associated with the named CSS color Gold. Its digital footprint relies on 255 parts red, 219 parts green, and 29 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 14% magenta, 89% yellow, and 0% black. With a hue angle of 50.4 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#FFDB1D
RGB255, 219, 29
HSL50.4°, 100.0%, 55.7%
CMYK0%, 14%, 89%, 0%
HSV50.4°, 88.6%, 100.0%
LAB88.0, -3.6, 84.6
XYZ66.8, 72.0, 11.5
Decimal16767773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.40:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB1D;
}
.text-color {
color: #FFDB1D;
}
.border-color {
border: 2px solid #FFDB1D;
}