#CC66AD Color Information

Hex color code: #CC66AD

A neutral magenta shade, #CC66AD appears as (204, 102, 173) in RGB and (318°, 50%, 60%) in HSL. It is commonly used in modern UI design.

Try:
Color NamePale Violet Red
HEX
#CC66AD
RGB
204, 102, 173
HSL
318°, 50%, 60%
CMYK
0%, 50%, 15%, 20%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #CC66AD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

204, 102, 173

Red: 204 / Green: 102 / Blue: 173

HSL

318°, 50%, 60%

Hue: 318° / Saturation: 50% / Lightness: 60%

CMYK

0%, 50%, 15%, 20%

Cyan: 0% / Magenta: 50% / Yellow: 15% / Key: 20%

What color is #CC66AD?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CC66AD to RGB:

rgb(204, 102, 173)HEX to RGB Converter →

HEX to HSL

Convert #CC66AD to HSL:

hsl(318, 50%, 60%)RGB to HSL Converter →

HEX to CMYK

Convert #CC66AD to CMYK:

cmyk(0%, 50%, 15%, 20%)Color Converter →

Color Meaning and Usage

#CC66AD is a muted magenta color with RGB values of 204, 102, 173 and HSL of 318°, 50%, 60%. This magenta-red hue evokes romance and playfulness, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CC66AD is #66CC85, creating high-contrast pairings. For softer combinations, try analogous colors like #B866CC.

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

Contrast with #CC66AD

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

Contrast Ratio: 6.07:1
WCAG AA: Pass
WCAG AAA: Fail

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CC66AD?

#CC66AD is a muted magenta color - a magenta-red hue that evokes romance and playfulness.

What is the RGB value of #CC66AD?

#CC66AD in RGB is (204, 102, 173) - 204 red, 102 green, and 173 blue.

How to use #CC66AD in CSS?

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

What colors go well with #CC66AD?

#66CC85 (complementary), #B866CC (analogous), and #AC398A (lighter shade) work well with #CC66AD.