#D3E26D
A light, moderate yellow closely aligning with Khaki.
About #D3E26D
At its core, #D3E26D is a light and moderate hue. Its closest recognized web color is Khaki. Its digital footprint relies on 211 parts red, 226 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 7% cyan, 0% magenta, 52% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#D3E26D
RGB211, 226, 109
HSL67.7°, 66.9%, 65.7%
CMYK7%, 0%, 52%, 11%
HSV67.7°, 51.8%, 88.6%
LAB86.7, -21.4, 54.8
XYZ56.8, 69.3, 24.9
Decimal13886061
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.87:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E26D;
}
.text-color {
color: #D3E26D;
}
.border-color {
border: 2px solid #D3E26D;
}