HSL(276, 25%, 65%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(276,25%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 25%, 65%) color: hsl(276, 25%, 65%)
HEX #AA8FBC color: #AA8FBC
RGB rgb(170, 143, 188) color: rgb(170, 143, 188)
CMYK cmyk(10%, 24%, 0%, 26%)
HSV hsv(276, 24%, 74%)
HWB hwb(276 56% 26%) color: hwb(276 56% 26%)
OKLCH oklch(0.6899 0.0713 311.59) color: oklch(0.6899 0.0713 311.59)
Lab lab(63.2 18.64 -19.63) color: lab(63.2 18.64 -19.63)
LCH lch(63.2 27.07 313.52) color: lch(63.2 27.07 313.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.85:1
vs Black 7.36: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)

#9E9EB1 — rgb(158, 158, 177)

Deuteranopia (Green-blind)

#A0A2AF — rgb(160, 162, 175)

Tritanopia (Blue-blind)

#A9A9A7 — rgb(169, 169, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 25%, 65%);

text

color: hsl(276, 25%, 65%);

border

border: 2px solid hsl(276, 25%, 65%);

gradient light

background: linear-gradient(to right, hsl(276, 25%, 85%), hsl(276, 25%, 65%));

gradient dark

background: linear-gradient(to right, hsl(276, 25%, 65%), hsl(276, 25%, 45%))

hex

background-color: #AA8FBC;

tailwind

bg-[hsl(276,25%,65%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(276, 25%, 65%, 0.4);

css variable

--color-primary: hsl(276, 25%, 65%);

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(276, 25%, 65%)?

HEX: #AA8FBC | RGB: rgb(170, 143, 188) | CMYK: 10%, 24%, 0%, 26% | HSV: 276°, 24%, 74%. Copy any format from the conversion table above.

What colors go well with #AA8FBC?

The complementary color is HSL(96, 25%, 65%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(276, 25%, 65%) in CSS?

As HSL: color: hsl(276, 25%, 65%); — As HEX: color: #AA8FBC; — As RGB: color: rgb(170, 143, 188); — Tailwind CSS: bg-[hsl(276,25%,65%)] — CSS variable: --color-primary: hsl(276, 25%, 65%);