#DBF80F
A medium, vivid yellow closely aligning with Yellow.
About #DBF80F
When working with digital screens, the color #DBF80F is rendered by mixing light. It is closely associated with the named CSS color Yellow. In the RGB color space, it consists of 219 red, 248 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 0% Magenta, 94% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBF80F
RGB219, 248, 15
HSL67.5°, 94.3%, 51.6%
CMYK12%, 0%, 94%, 3%
HSV67.5°, 94.0%, 97.3%
LAB92.7, -32.8, 88.9
XYZ62.9, 82.2, 13.0
Decimal14415887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.45:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF80F;
}
.text-color {
color: #DBF80F;
}
.border-color {
border: 2px solid #DBF80F;
}