HSL(284, 75%, 49%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(284,75%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(284, 75%, 49%) color: hsl(284, 75%, 49%)
HEX #A91FDB color: #A91FDB
RGB rgb(169, 31, 219) color: rgb(169, 31, 219)
CMYK cmyk(23%, 86%, 0%, 14%)
HSV hsv(284, 86%, 86%)
HWB hwb(284 12% 14%) color: hwb(284 12% 14%)
OKLCH oklch(0.5605 0.2601 314.05) color: oklch(0.5605 0.2601 314.05)
Lab lab(44.98 76.19 -66.02) color: lab(44.98 76.19 -66.02)
LCH lch(44.98 100.81 319.09) color: lch(44.98 100.81 319.09)

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.38:1
vs Black 3.91: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)

#6D6CAE — rgb(109, 108, 174)

Deuteranopia (Green-blind)

#7580A3 — rgb(117, 128, 163)

Tritanopia (Blue-blind)

#A28A82 — rgb(162, 138, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(284, 75%, 49%);

text

color: hsl(284, 75%, 49%);

border

border: 2px solid hsl(284, 75%, 49%);

gradient light

background: linear-gradient(to right, hsl(284, 75%, 69%), hsl(284, 75%, 49%));

gradient dark

background: linear-gradient(to right, hsl(284, 75%, 49%), hsl(284, 75%, 29%))

hex

background-color: #A91FDB;

tailwind

bg-[hsl(284,75%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(284, 75%, 49%, 0.4);

css variable

--color-primary: hsl(284, 75%, 49%);

Related Colors

Use Cases for Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(284, 75%, 49%)?

HEX: #A91FDB | RGB: rgb(169, 31, 219) | CMYK: 23%, 86%, 0%, 14% | HSV: 284°, 86%, 86%. Copy any format from the conversion table above.

What colors go well with #A91FDB?

The complementary color is HSL(104, 75%, 49%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(284, 75%, 49%) in CSS?

As HSL: color: hsl(284, 75%, 49%); — As HEX: color: #A91FDB; — As RGB: color: rgb(169, 31, 219); — Tailwind CSS: bg-[hsl(284,75%,49%)] — CSS variable: --color-primary: hsl(284, 75%, 49%);