#ACBADC Color Information

Hex color code: #ACBADC

A light blue shade, #ACBADC appears as (172, 186, 220) in RGB and (223°, 41%, 77%) in HSL. It is commonly used in modern UI design.

Try:
Color NameLight Steel Blue
HEX
#ACBADC
RGB
172, 186, 220
HSL
223°, 41%, 77%
CMYK
22%, 15%, 0%, 14%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

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

Alert / Toast

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

Link / Accent

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

a { color: #ACBADC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

172, 186, 220

Red: 172 / Green: 186 / Blue: 220

HSL

223°, 41%, 77%

Hue: 223° / Saturation: 41% / Lightness: 77%

CMYK

22%, 15%, 0%, 14%

Cyan: 22% / Magenta: 15% / Yellow: 0% / Key: 14%

What color is #ACBADC?

#ACBADC is a blue-purple hue associated with creativity and luxury.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #ACBADC to RGB:

rgb(172, 186, 220)HEX to RGB Converter →

HEX to HSL

Convert #ACBADC to HSL:

hsl(223, 41%, 77%)RGB to HSL Converter →

HEX to CMYK

Convert #ACBADC to CMYK:

cmyk(22%, 15%, 0%, 14%)Color Converter →

Color Meaning and Usage

A delicate blue tone, #ACBADC has RGB (172, 186, 220) and HSL (223°, 41%, 77%). Known for evoking creativity and luxury, this blue-purple hue is frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #ACBADC is #DCCFAC, creating high-contrast pairings. For softer combinations, try analogous colors like #ACD2DC.

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

Contrast with #ACBADC

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #ACBADC?

#ACBADC is a delicate blue color - a blue-purple hue that evokes creativity and luxury.

What is the RGB value of #ACBADC?

#ACBADC in RGB is (172, 186, 220) - 172 red, 186 green, and 220 blue.

How to use #ACBADC in CSS?

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

What colors go well with #ACBADC?

#DCCFAC (complementary), #ACD2DC (analogous), and #768DC6 (lighter shade) work well with #ACBADC.