#AADFCC Color Information

Hex color code: #AADFCC

#AADFCC is a light cyan color. In RGB it is (170, 223, 204), and in HSL it is (158°, 45%, 77%). It is frequently seen in web interfaces.

Try:
Color NamePowder Blue
HEX
#AADFCC
RGB
170, 223, 204
HSL
158°, 45%, 77%
CMYK
24%, 0%, 9%, 13%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #AADFCC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

170, 223, 204

Red: 170 / Green: 223 / Blue: 204

HSL

158°, 45%, 77%

Hue: 158° / Saturation: 45% / Lightness: 77%

CMYK

24%, 0%, 9%, 13%

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

What color is #AADFCC?

#AADFCC is a cyan-blue hue associated with trust and professionalism.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #AADFCC to RGB:

rgb(170, 223, 204)HEX to RGB Converter →

HEX to HSL

Convert #AADFCC to HSL:

hsl(158, 45%, 77%)RGB to HSL Converter →

HEX to CMYK

Convert #AADFCC to CMYK:

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

Color Meaning and Usage

#AADFCC is a light cyan color with RGB values of 170, 223, 204 and HSL of 158°, 45%, 77%. This cyan-blue hue evokes trust and professionalism, making it suitable for often used for branding and logos. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #AADFCC is #DFAABD, creating high-contrast pairings. For softer combinations, try analogous colors like #AADFB1.

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

Contrast with #AADFCC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #AADFCC?

#AADFCC is a light cyan color - a cyan-blue hue that evokes trust and professionalism.

What is the RGB value of #AADFCC?

#AADFCC in RGB is (170, 223, 204) - 170 red, 223 green, and 204 blue.

How to use #AADFCC in CSS?

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

What colors go well with #AADFCC?

#DFAABD (complementary), #AADFB1 (analogous), and #72CAAA (lighter shade) work well with #AADFCC.