#CCCCDB
A very light, muted blue closely aligning with Lightgray.
About #CCCCDB
The precise color #CCCCDB is an excellent choice for modern design projects. Designers often compare it to the standard color Lightgray. Its digital footprint relies on 204 parts red, 204 parts green, and 219 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 7% C, 7% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#CCCCDB
RGB204, 204, 219
HSL240.0°, 17.2%, 82.9%
CMYK7%, 7%, 0%, 14%
HSV240.0°, 6.8%, 85.9%
LAB82.5, 2.8, -7.4
XYZ59.3, 61.1, 75.7
Decimal13421787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.59:1
Text on #FFFFFF
FAIL
13.23:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCCCDB;
}
.text-color {
color: #CCCCDB;
}
.border-color {
border: 2px solid #CCCCDB;
}