HSL(258, 100%, 71%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(258,100%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 100%, 71%) color: hsl(258, 100%, 71%)
HEX #976BFF color: #976BFF
RGB rgb(151, 107, 255) color: rgb(151, 107, 255)
CMYK cmyk(41%, 58%, 0%, 0%)
HSV hsv(258, 58%, 100%)
HWB hwb(258 42% 0%) color: hwb(258 42% 0%)
OKLCH oklch(0.6452 0.2104 293.31) color: oklch(0.6452 0.2104 293.31)
Lab lab(56.4 49.91 -67.87) color: lab(56.4 49.91 -67.87)
LCH lch(56.4 84.25 306.33) color: lch(56.4 84.25 306.33)

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.58:1
vs Black 5.86: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)

#8484DB — rgb(132, 132, 219)

Deuteranopia (Green-blind)

#878AD3 — rgb(135, 138, 211)

Tritanopia (Blue-blind)

#95BFB9 — rgb(149, 191, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 100%, 71%);

text

color: hsl(258, 100%, 71%);

border

border: 2px solid hsl(258, 100%, 71%);

gradient light

background: linear-gradient(to right, hsl(258, 100%, 91%), hsl(258, 100%, 71%));

gradient dark

background: linear-gradient(to right, hsl(258, 100%, 71%), hsl(258, 100%, 51%))

hex

background-color: #976BFF;

tailwind

bg-[hsl(258,100%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(258, 100%, 71%, 0.4);

css variable

--color-primary: hsl(258, 100%, 71%);

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(258, 100%, 71%)?

HEX: #976BFF | RGB: rgb(151, 107, 255) | CMYK: 41%, 58%, 0%, 0% | HSV: 258°, 58%, 100%. Copy any format from the conversion table above.

What colors go well with #976BFF?

The complementary color is HSL(78, 100%, 71%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(258, 100%, 71%) in CSS?

As HSL: color: hsl(258, 100%, 71%); — As HEX: color: #976BFF; — As RGB: color: rgb(151, 107, 255); — Tailwind CSS: bg-[hsl(258,100%,71%)] — CSS variable: --color-primary: hsl(258, 100%, 71%);