HSL(259, 50%, 71%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(259,50%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(259, 50%, 71%) color: hsl(259, 50%, 71%)
HEX #A790DA color: #A790DA
RGB rgb(167, 144, 218) color: rgb(167, 144, 218)
CMYK cmyk(23%, 34%, 0%, 15%)
HSV hsv(259, 34%, 85%)
HWB hwb(259 56% 15%) color: hwb(259 56% 15%)
OKLCH oklch(0.7019 0.1086 297.83) color: oklch(0.7019 0.1086 297.83)
Lab lab(64.34 23.85 -34.67) color: lab(64.34 23.85 -34.67)
LCH lch(64.34 42.08 304.52) color: lch(64.34 42.08 304.52)

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.75:1
vs Black 7.64: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)

#9D9DC8 — rgb(157, 157, 200)

Deuteranopia (Green-blind)

#9EA0C4 — rgb(158, 160, 196)

Tritanopia (Blue-blind)

#A6BAB7 — rgb(166, 186, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(259, 50%, 71%);

text

color: hsl(259, 50%, 71%);

border

border: 2px solid hsl(259, 50%, 71%);

gradient light

background: linear-gradient(to right, hsl(259, 50%, 91%), hsl(259, 50%, 71%));

gradient dark

background: linear-gradient(to right, hsl(259, 50%, 71%), hsl(259, 50%, 51%))

hex

background-color: #A790DA;

tailwind

bg-[hsl(259,50%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(259, 50%, 71%, 0.4);

css variable

--color-primary: hsl(259, 50%, 71%);

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(259, 50%, 71%)?

HEX: #A790DA | RGB: rgb(167, 144, 218) | CMYK: 23%, 34%, 0%, 15% | HSV: 259°, 34%, 85%. Copy any format from the conversion table above.

What colors go well with #A790DA?

The complementary color is HSL(79, 50%, 71%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(259, 50%, 71%) in CSS?

As HSL: color: hsl(259, 50%, 71%); — As HEX: color: #A790DA; — As RGB: color: rgb(167, 144, 218); — Tailwind CSS: bg-[hsl(259,50%,71%)] — CSS variable: --color-primary: hsl(259, 50%, 71%);