#DBF000
A medium, vivid yellow closely aligning with Yellow.
About #DBF000
The precise color #DBF000 is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellow. In the RGB color space, it consists of 219 red, 240 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 9% C, 0% M, 100% Y, and 6% K. The HSL representation is 65.2° hue, 100.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBF000
RGB219, 240, 0
HSL65.2°, 100.0%, 47.1%
CMYK9%, 0%, 100%, 6%
HSV65.2°, 100.0%, 94.1%
LAB90.5, -29.2, 88.4
XYZ60.4, 77.4, 11.8
Decimal14413824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.48:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF000;
}
.text-color {
color: #DBF000;
}
.border-color {
border: 2px solid #DBF000;
}