#D6DD1C
A medium, vivid yellow closely aligning with Yellow.
About #D6DD1C
The precise color #D6DD1C is an excellent choice for modern design projects. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(214, 221, 28).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 0% magenta, 87% yellow, and 13% black. The HSL representation is 62.2° hue, 77.5% saturation, and 48.8% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D6DD1C
RGB214, 221, 28
HSL62.2°, 77.5%, 48.8%
CMYK3%, 0%, 87%, 13%
HSV62.2°, 87.3%, 86.7%
LAB85.0, -21.9, 81.0
XYZ53.8, 66.1, 11.0
Decimal14081308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.22:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D6DD1C;
}
.text-color {
color: #D6DD1C;
}
.border-color {
border: 2px solid #D6DD1C;
}