HSL(258, 70%, 72%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(258,70%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 70%, 72%) color: hsl(258, 70%, 72%)
HEX #A486EA color: #A486EA
RGB rgb(164, 134, 234) color: rgb(164, 134, 234)
CMYK cmyk(30%, 43%, 0%, 8%)
HSV hsv(258, 43%, 92%)
HWB hwb(258 52% 8%) color: hwb(258 52% 8%)
OKLCH oklch(0.689 0.1455 296.19) color: oklch(0.689 0.1455 296.19)
Lab lab(62.41 32.57 -46.59) color: lab(62.41 32.57 -46.59)
LCH lch(62.41 56.85 304.96) color: lch(62.41 56.85 304.96)

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 2.93:1
vs Black 7.18:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9797D2 — rgb(151, 151, 210)

Deuteranopia (Green-blind)

#999BCC — rgb(153, 155, 204)

Tritanopia (Blue-blind)

#A3BFBB — rgb(163, 191, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 70%, 72%);

text

color: hsl(258, 70%, 72%);

border

border: 2px solid hsl(258, 70%, 72%);

gradient light

background: linear-gradient(to right, hsl(258, 70%, 92%), hsl(258, 70%, 72%));

gradient dark

background: linear-gradient(to right, hsl(258, 70%, 72%), hsl(258, 70%, 52%))

hex

background-color: #A486EA;

tailwind

bg-[hsl(258,70%,72%)]

box shadow

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

css variable

--color-primary: hsl(258, 70%, 72%);

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(258, 70%, 72%)?

HEX: #A486EA | RGB: rgb(164, 134, 234) | CMYK: 30%, 43%, 0%, 8% | HSV: 258°, 43%, 92%. Copy any format from the conversion table above.

What colors go well with #A486EA?

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

As HSL: color: hsl(258, 70%, 72%); — As HEX: color: #A486EA; — As RGB: color: rgb(164, 134, 234); — Tailwind CSS: bg-[hsl(258,70%,72%)] — CSS variable: --color-primary: hsl(258, 70%, 72%);