HSL(258, 83%, 44%)

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,83%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 83%, 44%) color: hsl(258, 83%, 44%)
HEX #4B13CD color: #4B13CD
RGB rgb(75, 19, 205) color: rgb(75, 19, 205)
CMYK cmyk(63%, 91%, 0%, 20%)
HSV hsv(258, 91%, 80%)
HWB hwb(258 7% 20%) color: hwb(258 7% 20%)
OKLCH oklch(0.43 0.2437 282.64) color: oklch(0.43 0.2437 282.64)
Lab lab(30.32 65.33 -82.47) color: lab(30.32 65.33 -82.47)
LCH lch(30.32 105.21 308.39) color: lch(30.32 105.21 308.39)

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 9.24:1
vs Black 2.27:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3332A0 — rgb(51, 50, 160)

Deuteranopia (Green-blind)

#363A95 — rgb(54, 58, 149)

Tritanopia (Blue-blind)

#487C75 — rgb(72, 124, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 83%, 44%);

text

color: hsl(258, 83%, 44%);

border

border: 2px solid hsl(258, 83%, 44%);

gradient light

background: linear-gradient(to right, hsl(258, 83%, 64%), hsl(258, 83%, 44%));

gradient dark

background: linear-gradient(to right, hsl(258, 83%, 44%), hsl(258, 83%, 24%))

hex

background-color: #4B13CD;

tailwind

bg-[hsl(258,83%,44%)]

box shadow

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

css variable

--color-primary: hsl(258, 83%, 44%);

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, 83%, 44%)?

HEX: #4B13CD | RGB: rgb(75, 19, 205) | CMYK: 63%, 91%, 0%, 20% | HSV: 258°, 91%, 80%. Copy any format from the conversion table above.

What colors go well with #4B13CD?

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

As HSL: color: hsl(258, 83%, 44%); — As HEX: color: #4B13CD; — As RGB: color: rgb(75, 19, 205); — Tailwind CSS: bg-[hsl(258,83%,44%)] — CSS variable: --color-primary: hsl(258, 83%, 44%);