#DBE2DB
A very light, muted green closely aligning with Gainsboro.
About #DBE2DB
At its core, #DBE2DB is a very light and muted hue. Designers often compare it to the standard color Gainsboro. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 226, and 219.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. The HSL representation is 120.0° hue, 10.8% saturation, and 87.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#DBE2DB
RGB219, 226, 219
HSL120.0°, 10.8%, 87.3%
CMYK3%, 0%, 3%, 11%
HSV120.0°, 3.1%, 88.6%
LAB89.2, -3.6, 2.6
XYZ69.2, 74.6, 77.8
Decimal14410459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.91:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE2DB;
}
.text-color {
color: #DBE2DB;
}
.border-color {
border: 2px solid #DBE2DB;
}