#FFDB57
A light, vivid yellow closely aligning with Gold.
About #FFDB57
The hex code #FFDB57 represents a beautifully specific shade of yellow. Its closest recognized web color is Gold. Its digital footprint relies on 255 parts red, 219 parts green, and 87 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 14% magenta, 66% yellow, and 0% black. With a hue angle of 47.1 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#FFDB57
RGB255, 219, 87
HSL47.1°, 100.0%, 67.1%
CMYK0%, 14%, 66%, 0%
HSV47.1°, 65.9%, 100.0%
LAB88.3, -1.6, 67.2
XYZ68.3, 72.6, 19.4
Decimal16767831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.52:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDB57;
}
.text-color {
color: #FFDB57;
}
.border-color {
border: 2px solid #FFDB57;
}