HSL(283, 30%, 50%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(283, 30%, 50%) color: hsl(283, 30%, 50%)
HEX #9059A6 color: #9059A6
RGB rgb(144, 89, 166) color: rgb(144, 89, 166)
CMYK cmyk(13%, 46%, 0%, 35%)
HSV hsv(283, 46%, 65%)
HWB hwb(283 35% 35%) color: hwb(283 35% 35%)
OKLCH oklch(0.5558 0.1293 315.7) color: oklch(0.5558 0.1293 315.7)
Lab lab(46.75 36.33 -32.59) color: lab(46.75 36.33 -32.59)
LCH lch(46.75 48.81 318.11) color: lch(46.75 48.81 318.11)

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.04:1
vs Black 4.17: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)

#787893 — rgb(120, 120, 147)

Deuteranopia (Green-blind)

#7B808F — rgb(123, 128, 143)

Tritanopia (Blue-blind)

#8D8581 — rgb(141, 133, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #9059A6;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(283, 30%, 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, 30%, 50%)?

HEX: #9059A6 | RGB: rgb(144, 89, 166) | CMYK: 13%, 46%, 0%, 35% | HSV: 283°, 46%, 65%. Copy any format from the conversion table above.

What colors go well with #9059A6?

The complementary color is HSL(103, 30%, 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, 30%, 50%) in CSS?

As HSL: color: hsl(283, 30%, 50%); — As HEX: color: #9059A6; — As RGB: color: rgb(144, 89, 166); — Tailwind CSS: bg-[hsl(283,30%,50%)] — CSS variable: --color-primary: hsl(283, 30%, 50%);