HSL(264, 49%, 59%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(264,49%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(264, 49%, 59%) color: hsl(264, 49%, 59%)
HEX #8C63CA color: #8C63CA
RGB rgb(140, 99, 202) color: rgb(140, 99, 202)
CMYK cmyk(31%, 51%, 0%, 21%)
HSV hsv(264, 51%, 79%)
HWB hwb(264 39% 21%) color: hwb(264 39% 21%)
OKLCH oklch(0.5882 0.1554 300.04) color: oklch(0.5882 0.1554 300.04)
Lab lab(50.41 38.06 -47.74) color: lab(50.41 38.06 -47.74)
LCH lch(50.41 61.05 308.56) color: lch(50.41 61.05 308.56)

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.42:1
vs Black 4.75: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)

#7A7AB1 — rgb(122, 122, 177)

Deuteranopia (Green-blind)

#7D80AB — rgb(125, 128, 171)

Tritanopia (Blue-blind)

#8A9D99 — rgb(138, 157, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(264, 49%, 59%);

text

color: hsl(264, 49%, 59%);

border

border: 2px solid hsl(264, 49%, 59%);

gradient light

background: linear-gradient(to right, hsl(264, 49%, 79%), hsl(264, 49%, 59%));

gradient dark

background: linear-gradient(to right, hsl(264, 49%, 59%), hsl(264, 49%, 39%))

hex

background-color: #8C63CA;

tailwind

bg-[hsl(264,49%,59%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(264, 49%, 59%, 0.4);

css variable

--color-primary: hsl(264, 49%, 59%);

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(264, 49%, 59%)?

HEX: #8C63CA | RGB: rgb(140, 99, 202) | CMYK: 31%, 51%, 0%, 21% | HSV: 264°, 51%, 79%. Copy any format from the conversion table above.

What colors go well with #8C63CA?

The complementary color is HSL(84, 49%, 59%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(264, 49%, 59%) in CSS?

As HSL: color: hsl(264, 49%, 59%); — As HEX: color: #8C63CA; — As RGB: color: rgb(140, 99, 202); — Tailwind CSS: bg-[hsl(264,49%,59%)] — CSS variable: --color-primary: hsl(264, 49%, 59%);