HSL(277, 96%, 44%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(277,96%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 96%, 44%) color: hsl(277, 96%, 44%)
HEX #8904DC color: #8904DC
RGB rgb(137, 4, 220) color: rgb(137, 4, 220)
CMYK cmyk(38%, 98%, 0%, 14%)
HSV hsv(277, 98%, 86%)
HWB hwb(277 2% 14%) color: hwb(277 2% 14%)
OKLCH oklch(0.509 0.2643 303.85) color: oklch(0.509 0.2643 303.85)
Lab lab(38.85 76.39 -76.81) color: lab(38.85 76.39 -76.81)
LCH lch(38.85 108.33 314.84) color: lch(38.85 108.33 314.84)

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 6.74:1
vs Black 3.11: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)

#4F4EA8 — rgb(79, 78, 168)

Deuteranopia (Green-blind)

#57619B — rgb(87, 97, 155)

Tritanopia (Blue-blind)

#827E75 — rgb(130, 126, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(277, 96%, 44%);

text

color: hsl(277, 96%, 44%);

border

border: 2px solid hsl(277, 96%, 44%);

gradient light

background: linear-gradient(to right, hsl(277, 96%, 64%), hsl(277, 96%, 44%));

gradient dark

background: linear-gradient(to right, hsl(277, 96%, 44%), hsl(277, 96%, 24%))

hex

background-color: #8904DC;

tailwind

bg-[hsl(277,96%,44%)]

box shadow

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

css variable

--color-primary: hsl(277, 96%, 44%);

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(277, 96%, 44%)?

HEX: #8904DC | RGB: rgb(137, 4, 220) | CMYK: 38%, 98%, 0%, 14% | HSV: 277°, 98%, 86%. Copy any format from the conversion table above.

What colors go well with #8904DC?

The complementary color is HSL(97, 96%, 44%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(277, 96%, 44%) in CSS?

As HSL: color: hsl(277, 96%, 44%); — As HEX: color: #8904DC; — As RGB: color: rgb(137, 4, 220); — Tailwind CSS: bg-[hsl(277,96%,44%)] — CSS variable: --color-primary: hsl(277, 96%, 44%);