HSL(258, 96%, 58%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(258,96%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 96%, 58%) color: hsl(258, 96%, 58%)
HEX #6B2DFB color: #6B2DFB
RGB rgb(107, 45, 251) color: rgb(107, 45, 251)
CMYK cmyk(57%, 82%, 0%, 2%)
HSV hsv(258, 82%, 98%)
HWB hwb(258 18% 2%) color: hwb(258 18% 2%)
OKLCH oklch(0.5257 0.2719 286.06) color: oklch(0.5257 0.2719 286.06)
Lab lab(41.16 71.43 -90.71) color: lab(41.16 71.43 -90.71)
LCH lch(41.16 115.46 308.22) color: lch(41.16 115.46 308.22)

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 6.19:1
vs Black 3.39: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)

#5050C9 — rgb(80, 80, 201)

Deuteranopia (Green-blind)

#5458BD — rgb(84, 88, 189)

Tritanopia (Blue-blind)

#68A299 — rgb(104, 162, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 96%, 58%);

text

color: hsl(258, 96%, 58%);

border

border: 2px solid hsl(258, 96%, 58%);

gradient light

background: linear-gradient(to right, hsl(258, 96%, 78%), hsl(258, 96%, 58%));

gradient dark

background: linear-gradient(to right, hsl(258, 96%, 58%), hsl(258, 96%, 38%))

hex

background-color: #6B2DFB;

tailwind

bg-[hsl(258,96%,58%)]

box shadow

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

css variable

--color-primary: hsl(258, 96%, 58%);

Related Colors

Use Cases for Vivid Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(258, 96%, 58%)?

HEX: #6B2DFB | RGB: rgb(107, 45, 251) | CMYK: 57%, 82%, 0%, 2% | HSV: 258°, 82%, 98%. Copy any format from the conversion table above.

What colors go well with #6B2DFB?

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

As HSL: color: hsl(258, 96%, 58%); — As HEX: color: #6B2DFB; — As RGB: color: rgb(107, 45, 251); — Tailwind CSS: bg-[hsl(258,96%,58%)] — CSS variable: --color-primary: hsl(258, 96%, 58%);