#DBF0D3
A very light, moderate green closely aligning with Beige.
About #DBF0D3
The hex code #DBF0D3 represents a beautifully specific shade of green. Its closest recognized web color is Beige. In the RGB color space, it consists of 219 red, 240 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 9% Cyan, 0% Magenta, 12% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBF0D3
RGB219, 240, 211
HSL103.4°, 49.2%, 88.4%
CMYK9%, 0%, 12%, 6%
HSV103.4°, 12.1%, 94.1%
LAB92.6, -12.1, 11.7
XYZ72.1, 82.1, 73.7
Decimal14414035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.42:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF0D3;
}
.text-color {
color: #DBF0D3;
}
.border-color {
border: 2px solid #DBF0D3;
}