#DBF875
A light, vivid yellow closely aligning with Yellowgreen.
About #DBF875
Visually, #DBF875 is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 248, and 117.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 12% Cyan, 0% Magenta, 53% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBF875
RGB219, 248, 117
HSL73.3°, 90.3%, 71.6%
CMYK12%, 0%, 53%, 3%
HSV73.3°, 52.8%, 97.3%
LAB93.2, -28.0, 59.0
XYZ66.0, 83.5, 29.5
Decimal14415989
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.70:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF875;
}
.text-color {
color: #DBF875;
}
.border-color {
border: 2px solid #DBF875;
}