#DBF083
A light, vivid yellow closely aligning with Khaki.
About #DBF083
Visually, #DBF083 is defined as a vivid yellow. Its closest recognized web color is Khaki. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 240, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBF083
RGB219, 240, 131
HSL71.6°, 78.4%, 72.7%
CMYK9%, 0%, 45%, 6%
HSV71.6°, 45.4%, 94.1%
LAB91.2, -22.9, 50.1
XYZ64.5, 79.0, 33.3
Decimal14413955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.80:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF083;
}
.text-color {
color: #DBF083;
}
.border-color {
border: 2px solid #DBF083;
}