HSL(276, 98%, 59%)

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,98%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 98%, 59%) color: hsl(276, 98%, 59%)
HEX #AB30FD color: #AB30FD
RGB rgb(171, 48, 253) color: rgb(171, 48, 253)
CMYK cmyk(32%, 81%, 0%, 1%)
HSV hsv(276, 81%, 99%)
HWB hwb(276 19% 1%) color: hwb(276 19% 1%)
OKLCH oklch(0.5993 0.2767 306.45) color: oklch(0.5993 0.2767 306.45)
Lab lab(49.33 78.74 -78.12) color: lab(49.33 78.74 -78.12)
LCH lch(49.33 110.92 315.23) color: lch(49.33 110.92 315.23)

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 4.59:1
vs Black 4.57:1

AA Normal (4.5:1)

on White: PASS ✓ 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: white

Color Blindness Simulation

Protanopia (Red-blind)

#7675CB — rgb(118, 117, 203)

Deuteranopia (Green-blind)

#7D86C0 — rgb(125, 134, 192)

Tritanopia (Blue-blind)

#A5A49C — rgb(165, 164, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 98%, 59%);

text

color: hsl(276, 98%, 59%);

border

border: 2px solid hsl(276, 98%, 59%);

gradient light

background: linear-gradient(to right, hsl(276, 98%, 79%), hsl(276, 98%, 59%));

gradient dark

background: linear-gradient(to right, hsl(276, 98%, 59%), hsl(276, 98%, 39%))

hex

background-color: #AB30FD;

tailwind

bg-[hsl(276,98%,59%)]

box shadow

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

css variable

--color-primary: hsl(276, 98%, 59%);

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, 98%, 59%)?

HEX: #AB30FD | RGB: rgb(171, 48, 253) | CMYK: 32%, 81%, 0%, 1% | HSV: 276°, 81%, 99%. Copy any format from the conversion table above.

What colors go well with #AB30FD?

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

As HSL: color: hsl(276, 98%, 59%); — As HEX: color: #AB30FD; — As RGB: color: rgb(171, 48, 253); — Tailwind CSS: bg-[hsl(276,98%,59%)] — CSS variable: --color-primary: hsl(276, 98%, 59%);