HSL(276, 80%, 44%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(276,80%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 80%, 44%) color: hsl(276, 80%, 44%)
HEX #8216CA color: #8216CA
RGB rgb(130, 22, 202) color: rgb(130, 22, 202)
CMYK cmyk(36%, 89%, 0%, 21%)
HSV hsv(276, 89%, 79%)
HWB hwb(276 9% 21%) color: hwb(276 9% 21%)
OKLCH oklch(0.49 0.2417 305.03) color: oklch(0.49 0.2417 305.03)
Lab lab(37.09 69.33 -69.34) color: lab(37.09 69.33 -69.34)
LCH lch(37.09 98.05 315) color: lch(37.09 98.05 315)

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 7.2:1
vs Black 2.92:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#53529E — rgb(83, 82, 158)

Deuteranopia (Green-blind)

#5A6294 — rgb(90, 98, 148)

Tritanopia (Blue-blind)

#7D7C75 — rgb(125, 124, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 80%, 44%);

text

color: hsl(276, 80%, 44%);

border

border: 2px solid hsl(276, 80%, 44%);

gradient light

background: linear-gradient(to right, hsl(276, 80%, 64%), hsl(276, 80%, 44%));

gradient dark

background: linear-gradient(to right, hsl(276, 80%, 44%), hsl(276, 80%, 24%))

hex

background-color: #8216CA;

tailwind

bg-[hsl(276,80%,44%)]

box shadow

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

css variable

--color-primary: hsl(276, 80%, 44%);

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(276, 80%, 44%)?

HEX: #8216CA | RGB: rgb(130, 22, 202) | CMYK: 36%, 89%, 0%, 21% | HSV: 276°, 89%, 79%. Copy any format from the conversion table above.

What colors go well with #8216CA?

The complementary color is HSL(96, 80%, 44%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(276, 80%, 44%) in CSS?

As HSL: color: hsl(276, 80%, 44%); — As HEX: color: #8216CA; — As RGB: color: rgb(130, 22, 202); — Tailwind CSS: bg-[hsl(276,80%,44%)] — CSS variable: --color-primary: hsl(276, 80%, 44%);