#DBE2F0
A very light, moderate blue closely aligning with Lavender.
About #DBE2F0
The hex code #DBE2F0 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Lavender. Its digital footprint relies on 219 parts red, 226 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 9% C, 6% M, 0% Y, and 6% K. The HSL representation is 220.0° hue, 41.2% saturation, and 90.0% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBE2F0
RGB219, 226, 240
HSL220.0°, 41.2%, 90.0%
CMYK9%, 6%, 0%, 6%
HSV220.0°, 8.8%, 94.1%
LAB89.7, 0.3, -7.6
XYZ72.1, 75.7, 93.3
Decimal14410480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.15:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE2F0;
}
.text-color {
color: #DBE2F0;
}
.border-color {
border: 2px solid #DBE2F0;
}