HSL(277, 67%, 56%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(277,67%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 67%, 56%) color: hsl(277, 67%, 56%)
HEX #A044DA color: #A044DA
RGB rgb(160, 68, 218) color: rgb(160, 68, 218)
CMYK cmyk(27%, 69%, 0%, 15%)
HSV hsv(277, 69%, 85%)
HWB hwb(277 26% 15%) color: hwb(277 26% 15%)
OKLCH oklch(0.5778 0.2222 309.16) color: oklch(0.5778 0.2222 309.16)
Lab lab(47.84 62.26 -60.88) color: lab(47.84 62.26 -60.88)
LCH lch(47.84 87.08 315.64) color: lch(47.84 87.08 315.64)

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.85:1
vs Black 4.33: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)

#7877B6 — rgb(120, 119, 182)

Deuteranopia (Green-blind)

#7E84AD — rgb(126, 132, 173)

Tritanopia (Blue-blind)

#9B9993 — rgb(155, 153, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(277, 67%, 56%);

text

color: hsl(277, 67%, 56%);

border

border: 2px solid hsl(277, 67%, 56%);

gradient light

background: linear-gradient(to right, hsl(277, 67%, 76%), hsl(277, 67%, 56%));

gradient dark

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

hex

background-color: #A044DA;

tailwind

bg-[hsl(277,67%,56%)]

box shadow

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

css variable

--color-primary: hsl(277, 67%, 56%);

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, 67%, 56%)?

HEX: #A044DA | RGB: rgb(160, 68, 218) | CMYK: 27%, 69%, 0%, 15% | HSV: 277°, 69%, 85%. Copy any format from the conversion table above.

What colors go well with #A044DA?

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

As HSL: color: hsl(277, 67%, 56%); — As HEX: color: #A044DA; — As RGB: color: rgb(160, 68, 218); — Tailwind CSS: bg-[hsl(277,67%,56%)] — CSS variable: --color-primary: hsl(277, 67%, 56%);