HSL(263, 16%, 68%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(263,16%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 16%, 68%) color: hsl(263, 16%, 68%)
HEX #AAA0BA color: #AAA0BA
RGB rgb(170, 160, 186) color: rgb(170, 160, 186)
CMYK cmyk(9%, 14%, 0%, 27%)
HSV hsv(263, 14%, 73%)
HWB hwb(263 63% 27%) color: hwb(263 63% 27%)
OKLCH oklch(0.7227 0.0387 302.9) color: oklch(0.7227 0.0387 302.9)
Lab lab(67.45 8.67 -12.08) color: lab(67.45 8.67 -12.08)
LCH lch(67.45 14.87 305.67) color: lch(67.45 14.87 305.67)

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.45: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)

#A6A6B4 — rgb(166, 166, 180)

Deuteranopia (Green-blind)

#A6A7B2 — rgb(166, 167, 178)

Tritanopia (Blue-blind)

#AAAFAE — rgb(170, 175, 174)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 16%, 68%);

text

color: hsl(263, 16%, 68%);

border

border: 2px solid hsl(263, 16%, 68%);

gradient light

background: linear-gradient(to right, hsl(263, 16%, 88%), hsl(263, 16%, 68%));

gradient dark

background: linear-gradient(to right, hsl(263, 16%, 68%), hsl(263, 16%, 48%))

hex

background-color: #AAA0BA;

tailwind

bg-[hsl(263,16%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(263, 16%, 68%, 0.4);

css variable

--color-primary: hsl(263, 16%, 68%);

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(263, 16%, 68%)?

HEX: #AAA0BA | RGB: rgb(170, 160, 186) | CMYK: 9%, 14%, 0%, 27% | HSV: 263°, 14%, 73%. Copy any format from the conversion table above.

What colors go well with #AAA0BA?

The complementary color is HSL(83, 16%, 68%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(263, 16%, 68%) in CSS?

As HSL: color: hsl(263, 16%, 68%); — As HEX: color: #AAA0BA; — As RGB: color: rgb(170, 160, 186); — Tailwind CSS: bg-[hsl(263,16%,68%)] — CSS variable: --color-primary: hsl(263, 16%, 68%);