HSL(256, 48%, 45%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(256,48%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(256, 48%, 45%) color: hsl(256, 48%, 45%)
HEX #593CAA color: #593CAA
RGB rgb(89, 60, 170) color: rgb(89, 60, 170)
CMYK cmyk(48%, 65%, 0%, 33%)
HSV hsv(256, 65%, 67%)
HWB hwb(256 23% 33%) color: hwb(256 23% 33%)
OKLCH oklch(0.4525 0.1673 290.22) color: oklch(0.4525 0.1673 290.22)
Lab lab(34.51 39.82 -54.86) color: lab(34.51 39.82 -54.86)
LCH lch(34.51 67.79 305.97) color: lch(34.51 67.79 305.97)

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 7.92:1
vs Black 2.65: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)

#4C4C8F — rgb(76, 76, 143)

Deuteranopia (Green-blind)

#4E5089 — rgb(78, 80, 137)

Tritanopia (Blue-blind)

#587A76 — rgb(88, 122, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(256, 48%, 45%);

text

color: hsl(256, 48%, 45%);

border

border: 2px solid hsl(256, 48%, 45%);

gradient light

background: linear-gradient(to right, hsl(256, 48%, 65%), hsl(256, 48%, 45%));

gradient dark

background: linear-gradient(to right, hsl(256, 48%, 45%), hsl(256, 48%, 25%))

hex

background-color: #593CAA;

tailwind

bg-[hsl(256,48%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(256, 48%, 45%, 0.4);

css variable

--color-primary: hsl(256, 48%, 45%);

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(256, 48%, 45%)?

HEX: #593CAA | RGB: rgb(89, 60, 170) | CMYK: 48%, 65%, 0%, 33% | HSV: 256°, 65%, 67%. Copy any format from the conversion table above.

What colors go well with #593CAA?

The complementary color is HSL(76, 48%, 45%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(256, 48%, 45%) in CSS?

As HSL: color: hsl(256, 48%, 45%); — As HEX: color: #593CAA; — As RGB: color: rgb(89, 60, 170); — Tailwind CSS: bg-[hsl(256,48%,45%)] — CSS variable: --color-primary: hsl(256, 48%, 45%);