#CCDBF8
A very light, vivid blue closely aligning with Lavender.
About #CCDBF8
At its core, #CCDBF8 is a very light and vivid hue. Its closest recognized web color is Lavender. In the RGB color space, it consists of 204 red, 219 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 18% Cyan, 12% Magenta, 0% Yellow, and 3% Black. With a hue angle of 219.5 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCDBF8
RGB204, 219, 248
HSL219.5°, 75.9%, 88.6%
CMYK18%, 12%, 0%, 3%
HSV219.5°, 17.7%, 97.3%
LAB87.1, 0.8, -15.8
XYZ67.2, 70.3, 98.8
Decimal13425656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.06:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDBF8;
}
.text-color {
color: #CCDBF8;
}
.border-color {
border: 2px solid #CCDBF8;
}