#C5CCFF
A very light, vivid blue closely aligning with Lightsteelblue.
About #C5CCFF
At its core, #C5CCFF is a very light and vivid hue. Its closest recognized web color is Lightsteelblue. In the RGB color space, it consists of 197 red, 204 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 23% C, 20% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5CCFF
RGB197, 204, 255
HSL232.8°, 100.0%, 88.6%
CMYK23%, 20%, 0%, 0%
HSV232.8°, 22.7%, 100.0%
LAB83.1, 8.2, -25.7
XYZ62.7, 62.3, 103.3
Decimal12963071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.46:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5CCFF;
}
.text-color {
color: #C5CCFF;
}
.border-color {
border: 2px solid #C5CCFF;
}