#DBDB07
A medium, vivid yellow closely aligning with Yellow.
About #DBDB07
When working with digital screens, the color #DBDB07 is rendered by mixing light. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 219, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#DBDB07
RGB219, 219, 7
HSL60.0°, 93.8%, 44.3%
CMYK0%, 0%, 97%, 14%
HSV60.0°, 96.8%, 85.9%
LAB84.9, -19.2, 83.6
XYZ54.6, 65.7, 10.0
Decimal14408455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.15:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB07;
}
.text-color {
color: #DBDB07;
}
.border-color {
border: 2px solid #DBDB07;
}