#CCD3F8
A very light, vivid blue closely aligning with Lightsteelblue.
About #CCD3F8
The hex code #CCD3F8 represents a beautifully specific shade of blue. Designers often compare it to the standard color Lightsteelblue. Its digital footprint relies on 204 parts red, 211 parts green, and 248 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 18% C, 15% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCD3F8
RGB204, 211, 248
HSL230.5°, 75.9%, 88.6%
CMYK18%, 15%, 0%, 3%
HSV230.5°, 17.7%, 97.3%
LAB85.1, 5.1, -18.9
XYZ65.1, 66.2, 98.2
Decimal13423608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD3F8;
}
.text-color {
color: #CCD3F8;
}
.border-color {
border: 2px solid #CCD3F8;
}