HSL(283, 60%, 50%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(283,60%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(283, 60%, 50%) color: hsl(283, 60%, 50%)
HEX #A133CC color: #A133CC
RGB rgb(161, 51, 204) color: rgb(161, 51, 204)
CMYK cmyk(21%, 75%, 0%, 20%)
HSV hsv(283, 75%, 80%)
HWB hwb(283 20% 20%) color: hwb(283 20% 20%)
OKLCH oklch(0.5526 0.2287 314.33) color: oklch(0.5526 0.2287 314.33)
Lab lab(44.67 66.29 -57.96) color: lab(44.67 66.29 -57.96)
LCH lch(44.67 88.06 318.84) color: lch(44.67 88.06 318.84)

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 5.44:1
vs Black 3.86: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)

#7170A7 — rgb(113, 112, 167)

Deuteranopia (Green-blind)

#78809E — rgb(120, 128, 158)

Tritanopia (Blue-blind)

#9C8A83 — rgb(156, 138, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(283, 60%, 50%);

text

color: hsl(283, 60%, 50%);

border

border: 2px solid hsl(283, 60%, 50%);

gradient light

background: linear-gradient(to right, hsl(283, 60%, 70%), hsl(283, 60%, 50%));

gradient dark

background: linear-gradient(to right, hsl(283, 60%, 50%), hsl(283, 60%, 30%))

hex

background-color: #A133CC;

tailwind

bg-[hsl(283,60%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(283, 60%, 50%, 0.4);

css variable

--color-primary: hsl(283, 60%, 50%);

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(283, 60%, 50%)?

HEX: #A133CC | RGB: rgb(161, 51, 204) | CMYK: 21%, 75%, 0%, 20% | HSV: 283°, 75%, 80%. Copy any format from the conversion table above.

What colors go well with #A133CC?

The complementary color is HSL(103, 60%, 50%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(283, 60%, 50%) in CSS?

As HSL: color: hsl(283, 60%, 50%); — As HEX: color: #A133CC; — As RGB: color: rgb(161, 51, 204); — Tailwind CSS: bg-[hsl(283,60%,50%)] — CSS variable: --color-primary: hsl(283, 60%, 50%);