#D3F07C
A light, vivid green closely aligning with Khaki.
About #D3F07C
At its core, #D3F07C is a light and vivid hue. If you're using CSS, you might find it aligns closely with Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 240, and 124.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 12% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3F07C
RGB211, 240, 124
HSL75.0°, 79.5%, 71.4%
CMYK12%, 0%, 48%, 6%
HSV75.0°, 48.3%, 94.1%
LAB90.6, -26.7, 52.5
XYZ61.7, 77.6, 30.8
Decimal13889660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.52:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F07C;
}
.text-color {
color: #D3F07C;
}
.border-color {
border: 2px solid #D3F07C;
}