#DBE2F8
A very light, moderate neutral closely aligning with Lavender.
About #DBE2F8
The precise color #DBE2F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Lavender. Its digital footprint relies on 219 parts red, 226 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 12% Cyan, 9% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBE2F8
RGB219, 226, 248
HSL225.5°, 67.4%, 91.6%
CMYK12%, 9%, 0%, 3%
HSV225.5°, 11.7%, 97.3%
LAB90.0, 1.9, -11.5
XYZ73.4, 76.2, 99.7
Decimal14410488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE2F8;
}
.text-color {
color: #DBE2F8;
}
.border-color {
border: 2px solid #DBE2F8;
}