#D3F016
A medium, vivid yellow closely aligning with Yellow.
About #D3F016
The precise color #D3F016 is an excellent choice for modern design projects. Its closest recognized web color is Yellow. Its digital footprint relies on 211 parts red, 240 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 12% C, 0% M, 91% Y, and 6% K. The HSL representation is 68.0° hue, 87.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3F016
RGB211, 240, 22
HSL68.0°, 87.9%, 51.4%
CMYK12%, 0%, 91%, 6%
HSV68.0°, 90.8%, 94.1%
LAB90.0, -32.2, 85.7
XYZ58.2, 76.2, 12.4
Decimal13889558
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F016;
}
.text-color {
color: #D3F016;
}
.border-color {
border: 2px solid #D3F016;
}