HSL(283, 80%, 50%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(283,80%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(283, 80%, 50%) color: hsl(283, 80%, 50%)
HEX #AC1AE6 color: #AC1AE6
RGB rgb(172, 26, 230) color: rgb(172, 26, 230)
CMYK cmyk(25%, 89%, 0%, 10%)
HSV hsv(283, 89%, 90%)
HWB hwb(283 10% 10%) color: hwb(283 10% 10%)
OKLCH oklch(0.5706 0.2722 312.53) color: oklch(0.5706 0.2722 312.53)
Lab lab(45.94 79.63 -70.71) color: lab(45.94 79.63 -70.71)
LCH lch(45.94 106.49 318.4) color: lch(45.94 106.49 318.4)

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 5.19:1
vs Black 4.04:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6D6BB5 — rgb(109, 107, 181)

Deuteranopia (Green-blind)

#7580A9 — rgb(117, 128, 169)

Tritanopia (Blue-blind)

#A58E85 — rgb(165, 142, 133)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(283, 80%, 50%);

text

color: hsl(283, 80%, 50%);

border

border: 2px solid hsl(283, 80%, 50%);

gradient light

background: linear-gradient(to right, hsl(283, 80%, 70%), hsl(283, 80%, 50%));

gradient dark

background: linear-gradient(to right, hsl(283, 80%, 50%), hsl(283, 80%, 30%))

hex

background-color: #AC1AE6;

tailwind

bg-[hsl(283,80%,50%)]

box shadow

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

css variable

--color-primary: hsl(283, 80%, 50%);

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(283, 80%, 50%)?

HEX: #AC1AE6 | RGB: rgb(172, 26, 230) | CMYK: 25%, 89%, 0%, 10% | HSV: 283°, 89%, 90%. Copy any format from the conversion table above.

What colors go well with #AC1AE6?

The complementary color is HSL(103, 80%, 50%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(283, 80%, 50%) in CSS?

As HSL: color: hsl(283, 80%, 50%); — As HEX: color: #AC1AE6; — As RGB: color: rgb(172, 26, 230); — Tailwind CSS: bg-[hsl(283,80%,50%)] — CSS variable: --color-primary: hsl(283, 80%, 50%);