#D3F083
A light, vivid green closely aligning with Khaki.
About #D3F083
The hex code #D3F083 represents a beautifully specific shade of green. Designers often compare it to the standard color Khaki. This translates to an RGB value of rgb(211, 240, 131).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 12% C, 0% M, 45% Y, and 6% K. With a hue angle of 76.0 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D3F083
RGB211, 240, 131
HSL76.0°, 78.4%, 72.7%
CMYK12%, 0%, 45%, 6%
HSV76.0°, 45.4%, 94.1%
LAB90.7, -26.0, 49.3
XYZ62.1, 77.8, 33.2
Decimal13889667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.56:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F083;
}
.text-color {
color: #D3F083;
}
.border-color {
border: 2px solid #D3F083;
}