#DBE9F8
A very light, moderate neutral closely aligning with Lavender.
About #DBE9F8
When working with digital screens, the color #DBE9F8 is rendered by mixing light. It is closely associated with the named CSS color Lavender. In the RGB color space, it consists of 219 red, 233 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 12% cyan, 6% magenta, 0% yellow, and 3% black. With a hue angle of 211.0 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. 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#DBE9F8
RGB219, 233, 248
HSL211.0°, 67.4%, 91.6%
CMYK12%, 6%, 0%, 3%
HSV211.0°, 11.7%, 97.3%
LAB91.7, -1.7, -8.8
XYZ75.3, 80.1, 100.3
Decimal14412280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.02:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE9F8;
}
.text-color {
color: #DBE9F8;
}
.border-color {
border: 2px solid #DBE9F8;
}