HSL(277, 90%, 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,90%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 90%, 44%) color: hsl(277, 90%, 44%)
HEX #880BD5 color: #880BD5
RGB rgb(136, 11, 213) color: rgb(136, 11, 213)
CMYK cmyk(36%, 95%, 0%, 16%)
HSV hsv(277, 95%, 84%)
HWB hwb(277 4% 16%) color: hwb(277 4% 16%)
OKLCH oklch(0.5033 0.2565 304.95) color: oklch(0.5033 0.2565 304.95)
Lab lab(38.34 74.09 -73.63) color: lab(38.34 74.09 -73.63)
LCH lch(38.34 104.45 315.18) color: lch(38.34 104.45 315.18)

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.87:1
vs Black 3.06: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)

#5251A4 — rgb(82, 81, 164)

Deuteranopia (Green-blind)

#596398 — rgb(89, 99, 152)

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, 90%, 44%);

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #880BD5;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(277, 90%, 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, 90%, 44%)?

HEX: #880BD5 | RGB: rgb(136, 11, 213) | CMYK: 36%, 95%, 0%, 16% | HSV: 277°, 95%, 84%. Copy any format from the conversion table above.

What colors go well with #880BD5?

The complementary color is HSL(97, 90%, 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, 90%, 44%) in CSS?

As HSL: color: hsl(277, 90%, 44%); — As HEX: color: #880BD5; — As RGB: color: rgb(136, 11, 213); — Tailwind CSS: bg-[hsl(277,90%,44%)] — CSS variable: --color-primary: hsl(277, 90%, 44%);