#CCACEC Color Information

Hex color code: #CCACEC

A light purple shade, #CCACEC appears as (204, 172, 236) in RGB and (270°, 63%, 80%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePlum
HEX
#CCACEC
RGB
204, 172, 236
HSL
270°, 63%, 80%
CMYK
14%, 27%, 0%, 7%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CCACEC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 172, 236

Red: 204 / Green: 172 / Blue: 236

HSL

270°, 63%, 80%

Hue: 270° / Saturation: 63% / Lightness: 80%

CMYK

14%, 27%, 0%, 7%

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

What color is #CCACEC?

#CCACEC is a magenta-red hue associated with romance and playfulness.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CCACEC to RGB:

rgb(204, 172, 236)HEX to RGB Converter →

HEX to HSL

Convert #CCACEC to HSL:

hsl(270, 63%, 80%)RGB to HSL Converter →

HEX to CMYK

Convert #CCACEC to CMYK:

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

Color Meaning and Usage

A light purple tone, #CCACEC has RGB (204, 172, 236) and HSL (270°, 63%, 80%). Known for evoking romance and playfulness, this magenta-red hue is often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CCACEC is #CCECAC, creating high-contrast pairings. For softer combinations, try analogous colors like #ACACEC.

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

Contrast with #CCACEC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CCACEC?

#CCACEC is a light purple color - a magenta-red hue that evokes romance and playfulness.

What is the RGB value of #CCACEC?

#CCACEC in RGB is (204, 172, 236) - 204 red, 172 green, and 236 blue.

How to use #CCACEC in CSS?

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

What colors go well with #CCACEC?

#CCECAC (complementary), #ACACEC (analogous), and #A66EDE (lighter shade) work well with #CCACEC.