HSL(276, 83%, 55%)

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,83%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 83%, 55%) color: hsl(276, 83%, 55%)
HEX #9F2DEB color: #9F2DEB
RGB rgb(159, 45, 235) color: rgb(159, 45, 235)
CMYK cmyk(32%, 81%, 0%, 8%)
HSV hsv(276, 81%, 92%)
HWB hwb(276 17% 8%) color: hwb(276 17% 8%)
OKLCH oklch(0.5682 0.2608 306.54) color: oklch(0.5682 0.2608 306.54)
Lab lab(45.97 74.18 -73.58) color: lab(45.97 74.18 -73.58)
LCH lch(45.97 104.48 315.23) color: lch(45.97 104.48 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 5.19:1
vs Black 4.05: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)

#6E6DBD — rgb(110, 109, 189)

Deuteranopia (Green-blind)

#747DB2 — rgb(116, 125, 178)

Tritanopia (Blue-blind)

#999991 — rgb(153, 153, 145)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 83%, 55%);

text

color: hsl(276, 83%, 55%);

border

border: 2px solid hsl(276, 83%, 55%);

gradient light

background: linear-gradient(to right, hsl(276, 83%, 75%), hsl(276, 83%, 55%));

gradient dark

background: linear-gradient(to right, hsl(276, 83%, 55%), hsl(276, 83%, 35%))

hex

background-color: #9F2DEB;

tailwind

bg-[hsl(276,83%,55%)]

box shadow

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

css variable

--color-primary: hsl(276, 83%, 55%);

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, 83%, 55%)?

HEX: #9F2DEB | RGB: rgb(159, 45, 235) | CMYK: 32%, 81%, 0%, 8% | HSV: 276°, 81%, 92%. Copy any format from the conversion table above.

What colors go well with #9F2DEB?

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

As HSL: color: hsl(276, 83%, 55%); — As HEX: color: #9F2DEB; — As RGB: color: rgb(159, 45, 235); — Tailwind CSS: bg-[hsl(276,83%,55%)] — CSS variable: --color-primary: hsl(276, 83%, 55%);