#DBAF24
A medium, vivid yellow closely aligning with Goldenrod.
About #DBAF24
Visually, #DBAF24 is defined as a vivid yellow. Its closest recognized web color is Goldenrod. In the RGB color space, it consists of 219 red, 175 green, and 36 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 20% magenta, 84% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#DBAF24
RGB219, 175, 36
HSL45.6°, 71.8%, 50.0%
CMYK0%, 20%, 84%, 14%
HSV45.6°, 83.6%, 85.9%
LAB73.4, 3.8, 69.9
XYZ44.9, 45.8, 8.2
Decimal14397220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.17:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBAF24;
}
.text-color {
color: #DBAF24;
}
.border-color {
border: 2px solid #DBAF24;
}