HSL(282, 97%, 44%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,97%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 97%, 44%) color: hsl(282, 97%, 44%)
HEX #9C03DD color: #9C03DD
RGB rgb(156, 3, 221) color: rgb(156, 3, 221)
CMYK cmyk(29%, 99%, 0%, 13%)
HSV hsv(282, 99%, 87%)
HWB hwb(282 1% 13%) color: hwb(282 1% 13%)
OKLCH oklch(0.5349 0.2693 310.02) color: oklch(0.5349 0.2693 310.02)
Lab lab(41.77 78.81 -72.48) color: lab(41.77 78.81 -72.48)
LCH lch(41.77 107.07 317.4) color: lch(41.77 107.07 317.4)

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.05:1
vs Black 3.47: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)

#5A58A8 — rgb(90, 88, 168)

Deuteranopia (Green-blind)

#636E9C — rgb(99, 110, 156)

Tritanopia (Blue-blind)

#947F75 — rgb(148, 127, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 97%, 44%);

text

color: hsl(282, 97%, 44%);

border

border: 2px solid hsl(282, 97%, 44%);

gradient light

background: linear-gradient(to right, hsl(282, 97%, 64%), hsl(282, 97%, 44%));

gradient dark

background: linear-gradient(to right, hsl(282, 97%, 44%), hsl(282, 97%, 24%))

hex

background-color: #9C03DD;

tailwind

bg-[hsl(282,97%,44%)]

box shadow

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

css variable

--color-primary: hsl(282, 97%, 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(282, 97%, 44%)?

HEX: #9C03DD | RGB: rgb(156, 3, 221) | CMYK: 29%, 99%, 0%, 13% | HSV: 282°, 99%, 87%. Copy any format from the conversion table above.

What colors go well with #9C03DD?

The complementary color is HSL(102, 97%, 44%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(282, 97%, 44%) in CSS?

As HSL: color: hsl(282, 97%, 44%); — As HEX: color: #9C03DD; — As RGB: color: rgb(156, 3, 221); — Tailwind CSS: bg-[hsl(282,97%,44%)] — CSS variable: --color-primary: hsl(282, 97%, 44%);