#DBF07C
A light, vivid yellow closely aligning with Khaki.
About #DBF07C
The precise color #DBF07C is an excellent choice for modern design projects. 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 219, 240, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 9% C, 0% M, 48% Y, and 6% K. With a hue angle of 70.9 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBF07C
RGB219, 240, 124
HSL70.9°, 79.5%, 71.4%
CMYK9%, 0%, 48%, 6%
HSV70.9°, 48.3%, 94.1%
LAB91.2, -23.6, 53.3
XYZ64.0, 78.8, 30.9
Decimal14413948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.77:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF07C;
}
.text-color {
color: #DBF07C;
}
.border-color {
border: 2px solid #DBF07C;
}