HSL(258, 99%, 61%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(258,99%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 99%, 61%) color: hsl(258, 99%, 61%)
HEX #7439FE color: #7439FE
RGB rgb(116, 57, 254) color: rgb(116, 57, 254)
CMYK cmyk(54%, 78%, 0%, 0%)
HSV hsv(258, 78%, 100%)
HWB hwb(258 22% 0%) color: hwb(258 22% 0%)
OKLCH oklch(0.5478 0.2652 287.73) color: oklch(0.5478 0.2652 287.73)
Lab lab(43.94 68.5 -87.78) color: lab(43.94 68.5 -87.78)
LCH lch(43.94 111.34 307.97) color: lch(43.94 111.34 307.97)

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.59:1
vs Black 3.76: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)

#5A5ACE — rgb(90, 90, 206)

Deuteranopia (Green-blind)

#5E62C3 — rgb(94, 98, 195)

Tritanopia (Blue-blind)

#71A9A0 — rgb(113, 169, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 99%, 61%);

text

color: hsl(258, 99%, 61%);

border

border: 2px solid hsl(258, 99%, 61%);

gradient light

background: linear-gradient(to right, hsl(258, 99%, 81%), hsl(258, 99%, 61%));

gradient dark

background: linear-gradient(to right, hsl(258, 99%, 61%), hsl(258, 99%, 41%))

hex

background-color: #7439FE;

tailwind

bg-[hsl(258,99%,61%)]

box shadow

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

css variable

--color-primary: hsl(258, 99%, 61%);

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, 99%, 61%)?

HEX: #7439FE | RGB: rgb(116, 57, 254) | CMYK: 54%, 78%, 0%, 0% | HSV: 258°, 78%, 100%. Copy any format from the conversion table above.

What colors go well with #7439FE?

The complementary color is HSL(78, 99%, 61%). 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, 99%, 61%) in CSS?

As HSL: color: hsl(258, 99%, 61%); — As HEX: color: #7439FE; — As RGB: color: rgb(116, 57, 254); — Tailwind CSS: bg-[hsl(258,99%,61%)] — CSS variable: --color-primary: hsl(258, 99%, 61%);