#D3FFF8
A very light, vivid neutral closely aligning with Lightcyan.
About #D3FFF8
The hex code #D3FFF8 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Lightcyan. In the RGB color space, it consists of 211 red, 255 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 17% C, 0% M, 3% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#D3FFF8
RGB211, 255, 248
HSL170.5°, 100.0%, 91.4%
CMYK17%, 0%, 3%, 0%
HSV170.5°, 17.3%, 100.0%
LAB96.9, -15.3, -1.3
XYZ79.6, 92.1, 102.4
Decimal13893624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.08:1
Text on #FFFFFF
FAIL
19.43:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
16.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3FFF8;
}
.text-color {
color: #D3FFF8;
}
.border-color {
border: 2px solid #D3FFF8;
}