#DBFFC5
A very light, vivid green closely aligning with Lightgoldenrodyellow.
About #DBFFC5
Visually, #DBFFC5 is defined as a vivid green. Its closest recognized web color is Lightgoldenrodyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 255, and 197.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 14% C, 0% M, 23% Y, and 0% K. With a hue angle of 97.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very 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#DBFFC5
RGB219, 255, 197
HSL97.2°, 100.0%, 88.6%
CMYK14%, 0%, 23%, 0%
HSV97.2°, 22.7%, 100.0%
LAB96.2, -21.7, 24.0
XYZ75.1, 90.6, 66.4
Decimal14417861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.12:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFFC5;
}
.text-color {
color: #DBFFC5;
}
.border-color {
border: 2px solid #DBFFC5;
}