#DBF0F0
A very light, moderate cyan closely aligning with Lightcyan.
About #DBF0F0
At its core, #DBF0F0 is a very light and moderate hue. Designers often compare it to the standard color Lightcyan. This translates to an RGB value of rgb(219, 240, 240).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 9% C, 0% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBF0F0
RGB219, 240, 240
HSL180.0°, 41.2%, 90.0%
CMYK9%, 0%, 0%, 6%
HSV180.0°, 8.8%, 94.1%
LAB93.3, -6.9, -2.4
XYZ76.1, 83.7, 94.6
Decimal14414064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.73:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF0F0;
}
.text-color {
color: #DBF0F0;
}
.border-color {
border: 2px solid #DBF0F0;
}