HSL(278, 90%, 53%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(278,90%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 90%, 53%) color: hsl(278, 90%, 53%)
HEX #A41BF3 color: #A41BF3
RGB rgb(164, 27, 243) color: rgb(164, 27, 243)
CMYK cmyk(33%, 89%, 0%, 5%)
HSV hsv(278, 89%, 95%)
HWB hwb(278 10% 5%) color: hwb(278 10% 5%)
OKLCH oklch(0.5707 0.28 307.19) color: oklch(0.5707 0.28 307.19)
Lab lab(45.84 80.85 -78.28) color: lab(45.84 80.85 -78.28)
LCH lch(45.84 112.54 315.93) color: lch(45.84 112.54 315.93)

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.21:1
vs Black 4.03: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)

#6967BF — rgb(105, 103, 191)

Deuteranopia (Green-blind)

#717BB2 — rgb(113, 123, 178)

Tritanopia (Blue-blind)

#9D958C — rgb(157, 149, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 90%, 53%);

text

color: hsl(278, 90%, 53%);

border

border: 2px solid hsl(278, 90%, 53%);

gradient light

background: linear-gradient(to right, hsl(278, 90%, 73%), hsl(278, 90%, 53%));

gradient dark

background: linear-gradient(to right, hsl(278, 90%, 53%), hsl(278, 90%, 33%))

hex

background-color: #A41BF3;

tailwind

bg-[hsl(278,90%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(278, 90%, 53%, 0.4);

css variable

--color-primary: hsl(278, 90%, 53%);

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(278, 90%, 53%)?

HEX: #A41BF3 | RGB: rgb(164, 27, 243) | CMYK: 33%, 89%, 0%, 5% | HSV: 278°, 89%, 95%. Copy any format from the conversion table above.

What colors go well with #A41BF3?

The complementary color is HSL(98, 90%, 53%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(278, 90%, 53%) in CSS?

As HSL: color: hsl(278, 90%, 53%); — As HEX: color: #A41BF3; — As RGB: color: rgb(164, 27, 243); — Tailwind CSS: bg-[hsl(278,90%,53%)] — CSS variable: --color-primary: hsl(278, 90%, 53%);