#DBFF42
A light, vivid yellow closely aligning with Greenyellow.
About #DBFF42
At its core, #DBFF42 is a light and vivid hue. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 219 red, 255 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 14% cyan, 0% magenta, 74% yellow, and 0% black. The HSL representation is 71.4° hue, 100.0% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBFF42
RGB219, 255, 66
HSL71.4°, 100.0%, 62.9%
CMYK14%, 0%, 74%, 0%
HSV71.4°, 74.1%, 100.0%
LAB94.7, -34.6, 80.2
XYZ66.0, 87.0, 18.5
Decimal14417730
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.39:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFF42;
}
.text-color {
color: #DBFF42;
}
.border-color {
border: 2px solid #DBFF42;
}