HSL(282, 55%, 45%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,55%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 55%, 45%) color: hsl(282, 55%, 45%)
HEX #8C34B2 color: #8C34B2
RGB rgb(140, 52, 178) color: rgb(140, 52, 178)
CMYK cmyk(21%, 71%, 0%, 30%)
HSV hsv(282, 71%, 70%)
HWB hwb(282 20% 30%) color: hwb(282 20% 30%)
OKLCH oklch(0.5076 0.1966 313.64) color: oklch(0.5076 0.1966 313.64)
Lab lab(39.99 56.43 -50.45) color: lab(39.99 56.43 -50.45)
LCH lch(39.99 75.69 318.2) color: lch(39.99 75.69 318.2)

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 6.46:1
vs Black 3.25: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)

#666594 — rgb(102, 101, 148)

Deuteranopia (Green-blind)

#6B728C — rgb(107, 114, 140)

Tritanopia (Blue-blind)

#887B76 — rgb(136, 123, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 55%, 45%);

text

color: hsl(282, 55%, 45%);

border

border: 2px solid hsl(282, 55%, 45%);

gradient light

background: linear-gradient(to right, hsl(282, 55%, 65%), hsl(282, 55%, 45%));

gradient dark

background: linear-gradient(to right, hsl(282, 55%, 45%), hsl(282, 55%, 25%))

hex

background-color: #8C34B2;

tailwind

bg-[hsl(282,55%,45%)]

box shadow

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

css variable

--color-primary: hsl(282, 55%, 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(282, 55%, 45%)?

HEX: #8C34B2 | RGB: rgb(140, 52, 178) | CMYK: 21%, 71%, 0%, 30% | HSV: 282°, 71%, 70%. Copy any format from the conversion table above.

What colors go well with #8C34B2?

The complementary color is HSL(102, 55%, 45%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(282, 55%, 45%) in CSS?

As HSL: color: hsl(282, 55%, 45%); — As HEX: color: #8C34B2; — As RGB: color: rgb(140, 52, 178); — Tailwind CSS: bg-[hsl(282,55%,45%)] — CSS variable: --color-primary: hsl(282, 55%, 45%);