HSL(262, 16%, 60%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(262,16%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(262, 16%, 60%) color: hsl(262, 16%, 60%)
HEX #9589A9 color: #9589A9
RGB rgb(149, 137, 169) color: rgb(149, 137, 169)
CMYK cmyk(12%, 19%, 0%, 34%)
HSV hsv(263, 19%, 66%)
HWB hwb(263 53% 34%) color: hwb(263 53% 34%)
OKLCH oklch(0.6516 0.0488 302.15) color: oklch(0.6516 0.0488 302.15)
Lab lab(59.11 10.92 -15.24) color: lab(59.11 10.92 -15.24)
LCH lch(59.11 18.75 305.62) color: lch(59.11 18.75 305.62)

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.27:1
vs Black 6.43: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)

#9090A1 — rgb(144, 144, 161)

Deuteranopia (Green-blind)

#91919F — rgb(145, 145, 159)

Tritanopia (Blue-blind)

#949B9A — rgb(148, 155, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(262, 16%, 60%);

text

color: hsl(262, 16%, 60%);

border

border: 2px solid hsl(262, 16%, 60%);

gradient light

background: linear-gradient(to right, hsl(262, 16%, 80%), hsl(262, 16%, 60%));

gradient dark

background: linear-gradient(to right, hsl(262, 16%, 60%), hsl(262, 16%, 40%))

hex

background-color: #9589A9;

tailwind

bg-[hsl(262,16%,60%)]

box shadow

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

css variable

--color-primary: hsl(262, 16%, 60%);

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(262, 16%, 60%)?

HEX: #9589A9 | RGB: rgb(149, 137, 169) | CMYK: 12%, 19%, 0%, 34% | HSV: 263°, 19%, 66%. Copy any format from the conversion table above.

What colors go well with #9589A9?

The complementary color is HSL(82, 16%, 60%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(262, 16%, 60%) in CSS?

As HSL: color: hsl(262, 16%, 60%); — As HEX: color: #9589A9; — As RGB: color: rgb(149, 137, 169); — Tailwind CSS: bg-[hsl(262,16%,60%)] — CSS variable: --color-primary: hsl(262, 16%, 60%);