#DBFFFF
A very light, vivid neutral closely aligning with Lightcyan.
About #DBFFFF
Visually, #DBFFFF is defined as a vivid neutral. Its closest recognized web color is Lightcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 255, and 255.
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 0% Magenta, 0% Yellow, and 0% Black. With a hue angle of 180.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBFFFF
RGB219, 255, 255
HSL180.0°, 100.0%, 92.9%
CMYK14%, 0%, 0%, 0%
HSV180.0°, 14.1%, 100.0%
LAB97.6, -11.5, -3.9
XYZ83.0, 93.8, 108.3
Decimal14417919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.76:1
Text on #000000
AAA
1.02:1
Text on #F8FAFC
FAIL
16.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBFFFF;
}
.text-color {
color: #DBFFFF;
}
.border-color {
border: 2px solid #DBFFFF;
}