HSL(261, 12%, 67%)

Grayish Indigo — Indigo color

Adjust Color

Color Information

Color Name

Grayish Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(261,12%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(261, 12%, 67%) color: hsl(261, 12%, 67%)
HEX #A8A1B5 color: #A8A1B5
RGB rgb(168, 161, 181) color: rgb(168, 161, 181)
CMYK cmyk(7%, 11%, 0%, 29%)
HSV hsv(261, 11%, 71%)
HWB hwb(261 63% 29%) color: hwb(261 63% 29%)
OKLCH oklch(0.7213 0.0296 301.57) color: oklch(0.7213 0.0296 301.57)
Lab lab(67.39 6.41 -9.4) color: lab(67.39 6.41 -9.4)
LCH lch(67.39 11.38 304.29) color: lch(67.39 11.38 304.29)

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.49:1
vs Black 8.43: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)

#A5A5B0 — rgb(165, 165, 176)

Deuteranopia (Green-blind)

#A5A6AF — rgb(165, 166, 175)

Tritanopia (Blue-blind)

#A8ACAC — rgb(168, 172, 172)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(261, 12%, 67%);

text

color: hsl(261, 12%, 67%);

border

border: 2px solid hsl(261, 12%, 67%);

gradient light

background: linear-gradient(to right, hsl(261, 12%, 87%), hsl(261, 12%, 67%));

gradient dark

background: linear-gradient(to right, hsl(261, 12%, 67%), hsl(261, 12%, 47%))

hex

background-color: #A8A1B5;

tailwind

bg-[hsl(261,12%,67%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(261, 12%, 67%, 0.4);

css variable

--color-primary: hsl(261, 12%, 67%);

Related Colors

Use Cases for Grayish Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(261, 12%, 67%)?

HEX: #A8A1B5 | RGB: rgb(168, 161, 181) | CMYK: 7%, 11%, 0%, 29% | HSV: 261°, 11%, 71%. Copy any format from the conversion table above.

What colors go well with #A8A1B5?

The complementary color is HSL(81, 12%, 67%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(261, 12%, 67%) in CSS?

As HSL: color: hsl(261, 12%, 67%); — As HEX: color: #A8A1B5; — As RGB: color: rgb(168, 161, 181); — Tailwind CSS: bg-[hsl(261,12%,67%)] — CSS variable: --color-primary: hsl(261, 12%, 67%);