#D3F8F8
A very light, vivid cyan closely aligning with Lightcyan.
About #D3F8F8
Visually, #D3F8F8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Lightcyan. This translates to an RGB value of rgb(211, 248, 248).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#D3F8F8
RGB211, 248, 248
HSL180.0°, 72.5%, 90.0%
CMYK15%, 0%, 0%, 3%
HSV180.0°, 14.9%, 97.3%
LAB95.1, -11.8, -4.0
XYZ77.4, 87.8, 101.7
Decimal13891832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.55:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F8F8;
}
.text-color {
color: #D3F8F8;
}
.border-color {
border: 2px solid #D3F8F8;
}