#DBFF5F
A light, vivid yellow closely aligning with Yellowgreen.
About #DBFF5F
At its core, #DBFF5F is a light and vivid hue. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 219 parts red, 255 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 14% C, 0% M, 63% Y, and 0% K. The HSL representation is 73.5° hue, 100.0% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBFF5F
RGB219, 255, 95
HSL73.5°, 100.0%, 68.6%
CMYK14%, 0%, 63%, 0%
HSV73.5°, 62.7%, 100.0%
LAB94.9, -33.0, 70.1
XYZ67.0, 87.4, 24.2
Decimal14417759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.48:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFF5F;
}
.text-color {
color: #DBFF5F;
}
.border-color {
border: 2px solid #DBFF5F;
}