HSL(273, 32%, 57%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(273,32%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(273, 32%, 57%) color: hsl(273, 32%, 57%)
HEX #956EB4 color: #956EB4
RGB rgb(149, 110, 180) color: rgb(149, 110, 180)
CMYK cmyk(17%, 39%, 0%, 29%)
HSV hsv(273, 39%, 71%)
HWB hwb(273 43% 29%) color: hwb(273 43% 29%)
OKLCH oklch(0.6045 0.1114 308.98) color: oklch(0.6045 0.1114 308.98)
Lab lab(52.77 29.01 -31.3) color: lab(52.77 29.01 -31.3)
LCH lch(52.77 42.68 312.83) color: lch(52.77 42.68 312.83)

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.06:1
vs Black 5.17:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#8484A3 — rgb(132, 132, 163)

Deuteranopia (Green-blind)

#86899F — rgb(134, 137, 159)

Tritanopia (Blue-blind)

#939693 — rgb(147, 150, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(273, 32%, 57%);

text

color: hsl(273, 32%, 57%);

border

border: 2px solid hsl(273, 32%, 57%);

gradient light

background: linear-gradient(to right, hsl(273, 32%, 77%), hsl(273, 32%, 57%));

gradient dark

background: linear-gradient(to right, hsl(273, 32%, 57%), hsl(273, 32%, 37%))

hex

background-color: #956EB4;

tailwind

bg-[hsl(273,32%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(273, 32%, 57%, 0.4);

css variable

--color-primary: hsl(273, 32%, 57%);

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(273, 32%, 57%)?

HEX: #956EB4 | RGB: rgb(149, 110, 180) | CMYK: 17%, 39%, 0%, 29% | HSV: 273°, 39%, 71%. Copy any format from the conversion table above.

What colors go well with #956EB4?

The complementary color is HSL(93, 32%, 57%). For a triadic harmony, use hues 273°, 33°, and 153°. For analogous combinations, try hues 243° and 303°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(273, 32%, 57%) in CSS?

As HSL: color: hsl(273, 32%, 57%); — As HEX: color: #956EB4; — As RGB: color: rgb(149, 110, 180); — Tailwind CSS: bg-[hsl(273,32%,57%)] — CSS variable: --color-primary: hsl(273, 32%, 57%);