#CCCADD Color Information

Hex color code: #CCCADD

#CCCADD is a soft blue color. In RGB it is (204, 202, 221), and in HSL it is (246°, 22%, 83%). It is frequently seen in web interfaces.

Try:
Color NameLight Steel Blue
HEX
#CCCADD
RGB
204, 202, 221
HSL
246°, 22%, 83%
CMYK
8%, 9%, 0%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #CCCADD; 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 #CCCADD; background-color: #CCCADD15; }

Alert / Toast

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

Link / Accent

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

a { color: #CCCADD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 202, 221

Red: 204 / Green: 202 / Blue: 221

HSL

246°, 22%, 83%

Hue: 246° / Saturation: 22% / Lightness: 83%

CMYK

8%, 9%, 0%, 13%

Cyan: 8% / Magenta: 9% / Yellow: 0% / Key: 13%

What color is #CCCADD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCCADD to RGB:

rgb(204, 202, 221)HEX to RGB Converter →

HEX to HSL

Convert #CCCADD to HSL:

hsl(246, 22%, 83%)RGB to HSL Converter →

HEX to CMYK

Convert #CCCADD to CMYK:

cmyk(8%, 9%, 0%, 13%)Color Converter →

Color Meaning and Usage

A ethereal blue tone, #CCCADD has RGB (204, 202, 221) and HSL (246°, 22%, 83%). Known for evoking purity and simplicity, this very light tint is commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCCADD is #DBDDCA, creating high-contrast pairings. For softer combinations, try analogous colors like #CAD2DD.

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

Contrast with #CCCADD

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCCADD?

#CCCADD is a ethereal blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CCCADD?

#CCCADD in RGB is (204, 202, 221) - 204 red, 202 green, and 221 blue.

How to use #CCCADD in CSS?

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

What colors go well with #CCCADD?

#DBDDCA (complementary), #CAD2DD (analogous), and #9F9BBF (lighter shade) work well with #CCCADD.