HSL(260, 80%, 58%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(260,80%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 80%, 58%) color: hsl(260, 80%, 58%)
HEX #773EEA color: #773EEA
RGB rgb(119, 62, 234) color: rgb(119, 62, 234)
CMYK cmyk(49%, 74%, 0%, 8%)
HSV hsv(260, 74%, 92%)
HWB hwb(260 24% 8%) color: hwb(260 24% 8%)
OKLCH oklch(0.5381 0.2394 291.29) color: oklch(0.5381 0.2394 291.29)
Lab lab(43.22 61.54 -77.7) color: lab(43.22 61.54 -77.7)
LCH lch(43.22 99.12 308.38) color: lch(43.22 99.12 308.38)

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.74:1
vs Black 3.66: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)

#5E5EC0 — rgb(94, 94, 192)

Deuteranopia (Green-blind)

#6266B6 — rgb(98, 102, 182)

Tritanopia (Blue-blind)

#74A098 — rgb(116, 160, 152)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 80%, 58%);

text

color: hsl(260, 80%, 58%);

border

border: 2px solid hsl(260, 80%, 58%);

gradient light

background: linear-gradient(to right, hsl(260, 80%, 78%), hsl(260, 80%, 58%));

gradient dark

background: linear-gradient(to right, hsl(260, 80%, 58%), hsl(260, 80%, 38%))

hex

background-color: #773EEA;

tailwind

bg-[hsl(260,80%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(260, 80%, 58%, 0.4);

css variable

--color-primary: hsl(260, 80%, 58%);

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(260, 80%, 58%)?

HEX: #773EEA | RGB: rgb(119, 62, 234) | CMYK: 49%, 74%, 0%, 8% | HSV: 260°, 74%, 92%. Copy any format from the conversion table above.

What colors go well with #773EEA?

The complementary color is HSL(80, 80%, 58%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(260, 80%, 58%) in CSS?

As HSL: color: hsl(260, 80%, 58%); — As HEX: color: #773EEA; — As RGB: color: rgb(119, 62, 234); — Tailwind CSS: bg-[hsl(260,80%,58%)] — CSS variable: --color-primary: hsl(260, 80%, 58%);