HSL(283, 28%, 62%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(283,28%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(283, 28%, 62%) color: hsl(283, 28%, 62%)
HEX #AA83B9 color: #AA83B9
RGB rgb(170, 131, 185) color: rgb(170, 131, 185)
CMYK cmyk(8%, 29%, 0%, 27%)
HSV hsv(283, 29%, 73%)
HWB hwb(283 52% 27%) color: hwb(283 52% 27%)
OKLCH oklch(0.6662 0.0893 316.43) color: oklch(0.6662 0.0893 316.43)
Lab lab(60.14 24.81 -22.59) color: lab(60.14 24.81 -22.59)
LCH lch(60.14 33.55 317.68) color: lch(60.14 33.55 317.68)

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 3.15:1
vs Black 6.66: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)

#9999AC — rgb(153, 153, 172)

Deuteranopia (Green-blind)

#9B9EA9 — rgb(155, 158, 169)

Tritanopia (Blue-blind)

#A8A29F — rgb(168, 162, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(283, 28%, 62%);

text

color: hsl(283, 28%, 62%);

border

border: 2px solid hsl(283, 28%, 62%);

gradient light

background: linear-gradient(to right, hsl(283, 28%, 82%), hsl(283, 28%, 62%));

gradient dark

background: linear-gradient(to right, hsl(283, 28%, 62%), hsl(283, 28%, 42%))

hex

background-color: #AA83B9;

tailwind

bg-[hsl(283,28%,62%)]

box shadow

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

css variable

--color-primary: hsl(283, 28%, 62%);

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, 28%, 62%)?

HEX: #AA83B9 | RGB: rgb(170, 131, 185) | CMYK: 8%, 29%, 0%, 27% | HSV: 283°, 29%, 73%. Copy any format from the conversion table above.

What colors go well with #AA83B9?

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

As HSL: color: hsl(283, 28%, 62%); — As HEX: color: #AA83B9; — As RGB: color: rgb(170, 131, 185); — Tailwind CSS: bg-[hsl(283,28%,62%)] — CSS variable: --color-primary: hsl(283, 28%, 62%);