HSL(264, 80%, 72%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(264,80%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(264, 80%, 72%) color: hsl(264, 80%, 72%)
HEX #AC7EF1 color: #AC7EF1
RGB rgb(172, 126, 241) color: rgb(172, 126, 241)
CMYK cmyk(29%, 48%, 0%, 5%)
HSV hsv(264, 48%, 95%)
HWB hwb(264 49% 5%) color: hwb(264 49% 5%)
OKLCH oklch(0.6865 0.1681 300.51) color: oklch(0.6865 0.1681 300.51)
Lab lab(61.69 40.9 -51.55) color: lab(61.69 40.9 -51.55)
LCH lch(61.69 65.8 308.43) color: lch(61.69 65.8 308.43)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 3:1
vs Black 7.01:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9898D5 — rgb(152, 152, 213)

Deuteranopia (Green-blind)

#9B9ECF — rgb(155, 158, 207)

Tritanopia (Blue-blind)

#AABFBA — rgb(170, 191, 186)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(264, 80%, 72%);

text

color: hsl(264, 80%, 72%);

border

border: 2px solid hsl(264, 80%, 72%);

gradient light

background: linear-gradient(to right, hsl(264, 80%, 92%), hsl(264, 80%, 72%));

gradient dark

background: linear-gradient(to right, hsl(264, 80%, 72%), hsl(264, 80%, 52%))

hex

background-color: #AC7EF1;

tailwind

bg-[hsl(264,80%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(264, 80%, 72%, 0.4);

css variable

--color-primary: hsl(264, 80%, 72%);

Related Colors

Use Cases for Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(264, 80%, 72%)?

HEX: #AC7EF1 | RGB: rgb(172, 126, 241) | CMYK: 29%, 48%, 0%, 5% | HSV: 264°, 48%, 95%. Copy any format from the conversion table above.

What colors go well with #AC7EF1?

The complementary color is HSL(84, 80%, 72%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(264, 80%, 72%) in CSS?

As HSL: color: hsl(264, 80%, 72%); — As HEX: color: #AC7EF1; — As RGB: color: rgb(172, 126, 241); — Tailwind CSS: bg-[hsl(264,80%,72%)] — CSS variable: --color-primary: hsl(264, 80%, 72%);