HSL(260, 33%, 69%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(260,33%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 33%, 69%) color: hsl(260, 33%, 69%)
HEX #A796CA color: #A796CA
RGB rgb(167, 150, 202) color: rgb(167, 150, 202)
CMYK cmyk(17%, 26%, 0%, 21%)
HSV hsv(260, 26%, 79%)
HWB hwb(260 58% 21%) color: hwb(260 58% 21%)
OKLCH oklch(0.7064 0.0769 299.41) color: oklch(0.7064 0.0769 299.41)
Lab lab(65.19 16.75 -24.44) color: lab(65.19 16.75 -24.44)
LCH lch(65.19 29.63 304.42) color: lch(65.19 29.63 304.42)

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.67:1
vs Black 7.86: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)

#A09FBD — rgb(160, 159, 189)

Deuteranopia (Green-blind)

#A1A2BA — rgb(161, 162, 186)

Tritanopia (Blue-blind)

#A6B3B1 — rgb(166, 179, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 33%, 69%);

text

color: hsl(260, 33%, 69%);

border

border: 2px solid hsl(260, 33%, 69%);

gradient light

background: linear-gradient(to right, hsl(260, 33%, 89%), hsl(260, 33%, 69%));

gradient dark

background: linear-gradient(to right, hsl(260, 33%, 69%), hsl(260, 33%, 49%))

hex

background-color: #A796CA;

tailwind

bg-[hsl(260,33%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(260, 33%, 69%, 0.4);

css variable

--color-primary: hsl(260, 33%, 69%);

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(260, 33%, 69%)?

HEX: #A796CA | RGB: rgb(167, 150, 202) | CMYK: 17%, 26%, 0%, 21% | HSV: 260°, 26%, 79%. Copy any format from the conversion table above.

What colors go well with #A796CA?

The complementary color is HSL(80, 33%, 69%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(260, 33%, 69%) in CSS?

As HSL: color: hsl(260, 33%, 69%); — As HEX: color: #A796CA; — As RGB: color: rgb(167, 150, 202); — Tailwind CSS: bg-[hsl(260,33%,69%)] — CSS variable: --color-primary: hsl(260, 33%, 69%);