HSL(283, 87%, 58%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(283,87%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(283, 87%, 58%) color: hsl(283, 87%, 58%)
HEX #BC37F1 color: #BC37F1
RGB rgb(188, 55, 241) color: rgb(188, 55, 241)
CMYK cmyk(22%, 77%, 0%, 5%)
HSV hsv(283, 77%, 95%)
HWB hwb(283 22% 5%) color: hwb(283 22% 5%)
OKLCH oklch(0.6172 0.2651 313.84) color: oklch(0.6172 0.2651 313.84)
Lab lab(51.58 76.97 -67.65) color: lab(51.58 76.97 -67.65)
LCH lch(51.58 102.47 318.69) color: lch(51.58 102.47 318.69)

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 4.24:1
vs Black 4.95: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)

#8281C4 — rgb(130, 129, 196)

Deuteranopia (Green-blind)

#8A94B9 — rgb(138, 148, 185)

Tritanopia (Blue-blind)

#B5A099 — rgb(181, 160, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(283, 87%, 58%);

text

color: hsl(283, 87%, 58%);

border

border: 2px solid hsl(283, 87%, 58%);

gradient light

background: linear-gradient(to right, hsl(283, 87%, 78%), hsl(283, 87%, 58%));

gradient dark

background: linear-gradient(to right, hsl(283, 87%, 58%), hsl(283, 87%, 38%))

hex

background-color: #BC37F1;

tailwind

bg-[hsl(283,87%,58%)]

box shadow

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

css variable

--color-primary: hsl(283, 87%, 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(283, 87%, 58%)?

HEX: #BC37F1 | RGB: rgb(188, 55, 241) | CMYK: 22%, 77%, 0%, 5% | HSV: 283°, 77%, 95%. Copy any format from the conversion table above.

What colors go well with #BC37F1?

The complementary color is HSL(103, 87%, 58%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(283, 87%, 58%) in CSS?

As HSL: color: hsl(283, 87%, 58%); — As HEX: color: #BC37F1; — As RGB: color: rgb(188, 55, 241); — Tailwind CSS: bg-[hsl(283,87%,58%)] — CSS variable: --color-primary: hsl(283, 87%, 58%);