#CCCACC Color Information

Hex color code: #CCCACC

#CCCACC is a light magenta color. In RGB it is (204, 202, 204), and in HSL it is (300°, 2%, 80%). It is frequently seen in web interfaces.

Try:
Color NameSilver
HEX
#CCCACC
RGB
204, 202, 204
HSL
300°, 2%, 80%
CMYK
0%, 1%, 0%, 20%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CCCACC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 202, 204

Red: 204 / Green: 202 / Blue: 204

HSL

300°, 2%, 80%

Hue: 300° / Saturation: 2% / Lightness: 80%

CMYK

0%, 1%, 0%, 20%

Cyan: 0% / Magenta: 1% / Yellow: 0% / Key: 20%

What color is #CCCACC?

#CCCACC is a desaturated neutral associated with balance and subtlety.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCCACC to RGB:

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

HEX to HSL

Convert #CCCACC to HSL:

hsl(300, 2%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #CCCACC to CMYK:

cmyk(0%, 1%, 0%, 20%)Color Converter →

Color Meaning and Usage

#CCCACC is a ethereal magenta color with RGB values of 204, 202, 204 and HSL of 300°, 2%, 80%. This desaturated neutral evokes balance and subtlety, making it suitable for frequently chosen for fintech and productivity apps. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCCACC is #CBCDCB, creating high-contrast pairings. For softer combinations, try analogous colors like #CCCBCD.

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

Contrast with #CCCACC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCCACC?

#CCCACC is a ethereal magenta color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #CCCACC?

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

How to use #CCCACC in CSS?

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

What colors go well with #CCCACC?

#CBCDCB (complementary), #CCCBCD (analogous), and #A8A4A8 (lighter shade) work well with #CCCACC.