#FFDB07
A medium, vivid yellow closely aligning with Gold.
About #FFDB07
Visually, #FFDB07 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 255 red, 219 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 14% Magenta, 97% Yellow, and 0% Black. With a hue angle of 51.3 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFDB07
RGB255, 219, 7
HSL51.3°, 100.0%, 51.4%
CMYK0%, 14%, 97%, 0%
HSV51.3°, 97.3%, 100.0%
LAB87.9, -3.9, 87.3
XYZ66.6, 71.9, 10.6
Decimal16767751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB07;
}
.text-color {
color: #FFDB07;
}
.border-color {
border: 2px solid #FFDB07;
}