HSL(277, 77%, 36%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(277,77%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 77%, 36%) color: hsl(277, 77%, 36%)
HEX #6C15A2 color: #6C15A2
RGB rgb(108, 21, 162) color: rgb(108, 21, 162)
CMYK cmyk(33%, 87%, 0%, 36%)
HSV hsv(277, 87%, 64%)
HWB hwb(277 8% 36%) color: hwb(277 8% 36%)
OKLCH oklch(0.4255 0.2027 306.87) color: oklch(0.4255 0.2027 306.87)
Lab lab(30.24 58.13 -56.91) color: lab(30.24 58.13 -56.91)
LCH lch(30.24 81.35 315.61) color: lch(30.24 81.35 315.61)

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 9.26:1
vs Black 2.27:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#464680 — rgb(70, 70, 128)

Deuteranopia (Green-blind)

#4B5278 — rgb(75, 82, 120)

Tritanopia (Blue-blind)

#68655F — rgb(104, 101, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(277, 77%, 36%);

text

color: hsl(277, 77%, 36%);

border

border: 2px solid hsl(277, 77%, 36%);

gradient light

background: linear-gradient(to right, hsl(277, 77%, 56%), hsl(277, 77%, 36%));

gradient dark

background: linear-gradient(to right, hsl(277, 77%, 36%), hsl(277, 77%, 16%))

hex

background-color: #6C15A2;

tailwind

bg-[hsl(277,77%,36%)]

box shadow

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

css variable

--color-primary: hsl(277, 77%, 36%);

Related Colors

Use Cases for Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(277, 77%, 36%)?

HEX: #6C15A2 | RGB: rgb(108, 21, 162) | CMYK: 33%, 87%, 0%, 36% | HSV: 277°, 87%, 64%. Copy any format from the conversion table above.

What colors go well with #6C15A2?

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

As HSL: color: hsl(277, 77%, 36%); — As HEX: color: #6C15A2; — As RGB: color: rgb(108, 21, 162); — Tailwind CSS: bg-[hsl(277,77%,36%)] — CSS variable: --color-primary: hsl(277, 77%, 36%);