#CCC4DE Color Information

Hex color code: #CCC4DE

A light purple shade, #CCC4DE appears as (204, 196, 222) in RGB and (258°, 28%, 82%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#CCC4DE
RGB
204, 196, 222
HSL
258°, 28%, 82%
CMYK
8%, 12%, 0%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CCC4DE; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 196, 222

Red: 204 / Green: 196 / Blue: 222

HSL

258°, 28%, 82%

Hue: 258° / Saturation: 28% / Lightness: 82%

CMYK

8%, 12%, 0%, 13%

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

What color is #CCC4DE?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCC4DE to RGB:

rgb(204, 196, 222)HEX to RGB Converter →

HEX to HSL

Convert #CCC4DE to HSL:

hsl(258, 28%, 82%)RGB to HSL Converter →

HEX to CMYK

Convert #CCC4DE to CMYK:

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

Color Meaning and Usage

A soft purple tone, #CCC4DE has RGB (204, 196, 222) and HSL (258°, 28%, 82%). Known for evoking purity and simplicity, this very light tint is widely used in graphic design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCC4DE is #D6DEC4, creating high-contrast pairings. For softer combinations, try analogous colors like #C4C9DE.

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

Contrast with #CCC4DE

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCC4DE?

#CCC4DE is a soft purple color - a very light tint that evokes purity and simplicity.

What is the RGB value of #CCC4DE?

#CCC4DE in RGB is (204, 196, 222) - 204 red, 196 green, and 222 blue.

How to use #CCC4DE in CSS?

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

What colors go well with #CCC4DE?

#D6DEC4 (complementary), #C4C9DE (analogous), and #A193C2 (lighter shade) work well with #CCC4DE.