#DBF8FF
A very light, vivid neutral closely aligning with Lightcyan.
About #DBF8FF
At its core, #DBF8FF is a very light and vivid hue. Its closest recognized web color is Lightcyan. In the RGB color space, it consists of 219 red, 248 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 3% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBF8FF
RGB219, 248, 255
HSL191.7°, 100.0%, 92.9%
CMYK14%, 3%, 0%, 0%
HSV191.7°, 14.1%, 100.0%
LAB95.8, -8.0, -6.5
XYZ80.8, 89.4, 107.6
Decimal14416127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.88:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF8FF;
}
.text-color {
color: #DBF8FF;
}
.border-color {
border: 2px solid #DBF8FF;
}