#C8CCDB Color Information

Hex color code: #C8CCDB

The hex color #C8CCDB is a light blue with RGB values of (200, 204, 219) and HSL of (227°, 21%, 82%). It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#C8CCDB
RGB
200, 204, 219
HSL
227°, 21%, 82%
CMYK
9%, 7%, 0%, 14%

Shades

CSS Usage
color: #C8CCDB;
background-color: #C8CCDB;
border-color: #C8CCDB;
box-shadow: 0 0 10px #C8CCDB;
border: 2px solid #C8CCDB;
Tailwind Usage
bg-[#C8CCDB]
text-[#C8CCDB]
border-[#C8CCDB]
shadow-[0_0_10px_C8CCDB]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #C8CCDB, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #C8CCDB; color: #000000; }

Badge

New Feature
.badge { background-color: #C8CCDB; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #C8CCDB; background-color: #C8CCDB15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #C8CCDB20; border-left: 4px solid #C8CCDB; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #C8CCDB; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #C8CCDB in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

200, 204, 219

Red: 200 / Green: 204 / Blue: 219

HSL

227°, 21%, 82%

Hue: 227° / Saturation: 21% / Lightness: 82%

CMYK

9%, 7%, 0%, 14%

Cyan: 9% / Magenta: 7% / Yellow: 0% / Key: 14%

What color is #C8CCDB?

#C8CCDB is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #C8CCDB to RGB:

rgb(200, 204, 219)HEX to RGB Converter →

HEX to HSL

Convert #C8CCDB to HSL:

hsl(227, 21%, 82%)RGB to HSL Converter →

HEX to CMYK

Convert #C8CCDB to CMYK:

cmyk(9%, 7%, 0%, 14%)Color Converter →

Color Meaning and Usage

#C8CCDB is a soft blue color with RGB values of 200, 204, 219 and HSL of 227°, 21%, 82%. This very light tint evokes purity and simplicity, making it suitable for a common choice for dashboards and SaaS products. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #C8CCDB is #DBD7C7, creating high-contrast pairings. For softer combinations, try analogous colors like #C7D5DB.

Use #C8CCDB in CSS: color: #C8CCDB or background-color: #C8CCDB. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #C8CCDB

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 13.12:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #C8CCDB?

#C8CCDB is a soft blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #C8CCDB?

#C8CCDB in RGB is (200, 204, 219) - 200 red, 204 green, and 219 blue.

How to use #C8CCDB in CSS?

Use #C8CCDB directly in your CSS properties like color or background-color.

What colors go well with #C8CCDB?

#DBD7C7 (complementary), #C7D5DB (analogous), and #99A1BD (lighter shade) work well with #C8CCDB.