HSL(276, 81%, 56%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(276,81%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 81%, 56%) color: hsl(276, 81%, 56%)
HEX #A134EA color: #A134EA
RGB rgb(161, 52, 234) color: rgb(161, 52, 234)
CMYK cmyk(31%, 78%, 0%, 8%)
HSV hsv(276, 78%, 92%)
HWB hwb(276 20% 8%) color: hwb(276 20% 8%)
OKLCH oklch(0.5753 0.2545 307.01) color: oklch(0.5753 0.2545 307.01)
Lab lab(46.94 72.04 -71.42) color: lab(46.94 72.04 -71.42)
LCH lch(46.94 101.44 315.25) color: lch(46.94 101.44 315.25)

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.01:1
vs Black 4.19: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)

#7271BE — rgb(114, 113, 190)

Deuteranopia (Green-blind)

#7880B3 — rgb(120, 128, 179)

Tritanopia (Blue-blind)

#9C9B94 — rgb(156, 155, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 81%, 56%);

text

color: hsl(276, 81%, 56%);

border

border: 2px solid hsl(276, 81%, 56%);

gradient light

background: linear-gradient(to right, hsl(276, 81%, 76%), hsl(276, 81%, 56%));

gradient dark

background: linear-gradient(to right, hsl(276, 81%, 56%), hsl(276, 81%, 36%))

hex

background-color: #A134EA;

tailwind

bg-[hsl(276,81%,56%)]

box shadow

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

css variable

--color-primary: hsl(276, 81%, 56%);

Related Colors

Use Cases for Vivid Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(276, 81%, 56%)?

HEX: #A134EA | RGB: rgb(161, 52, 234) | CMYK: 31%, 78%, 0%, 8% | HSV: 276°, 78%, 92%. Copy any format from the conversion table above.

What colors go well with #A134EA?

The complementary color is HSL(96, 81%, 56%). 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, 81%, 56%) in CSS?

As HSL: color: hsl(276, 81%, 56%); — As HEX: color: #A134EA; — As RGB: color: rgb(161, 52, 234); — Tailwind CSS: bg-[hsl(276,81%,56%)] — CSS variable: --color-primary: hsl(276, 81%, 56%);