HSL(256, 48%, 76%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(256,48%,76%)]

Color Conversions

Format Value CSS Usage
HSL hsl(256, 48%, 76%) color: hsl(256, 48%, 76%)
HEX #B4A4DF color: #B4A4DF
RGB rgb(180, 164, 223) color: rgb(180, 164, 223)
CMYK cmyk(19%, 26%, 0%, 13%)
HSV hsv(256, 26%, 87%)
HWB hwb(256 64% 13%) color: hwb(256 64% 13%)
OKLCH oklch(0.7532 0.0852 296.75) color: oklch(0.7532 0.0852 296.75)
Lab lab(70.58 17.69 -27.69) color: lab(70.58 17.69 -27.69)
LCH lch(70.58 32.86 302.57) color: lch(70.58 32.86 302.57)

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.25:1
vs Black 9.32: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)

#ADADD1 — rgb(173, 173, 209)

Deuteranopia (Green-blind)

#AEAFCD — rgb(174, 175, 205)

Tritanopia (Blue-blind)

#B3C5C3 — rgb(179, 197, 195)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(256, 48%, 76%);

text

color: hsl(256, 48%, 76%);

border

border: 2px solid hsl(256, 48%, 76%);

gradient light

background: linear-gradient(to right, hsl(256, 48%, 96%), hsl(256, 48%, 76%));

gradient dark

background: linear-gradient(to right, hsl(256, 48%, 76%), hsl(256, 48%, 56%))

hex

background-color: #B4A4DF;

tailwind

bg-[hsl(256,48%,76%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(256, 48%, 76%, 0.4);

css variable

--color-primary: hsl(256, 48%, 76%);

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(256, 48%, 76%)?

HEX: #B4A4DF | RGB: rgb(180, 164, 223) | CMYK: 19%, 26%, 0%, 13% | HSV: 256°, 26%, 87%. Copy any format from the conversion table above.

What colors go well with #B4A4DF?

The complementary color is HSL(76, 48%, 76%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(256, 48%, 76%) in CSS?

As HSL: color: hsl(256, 48%, 76%); — As HEX: color: #B4A4DF; — As RGB: color: rgb(180, 164, 223); — Tailwind CSS: bg-[hsl(256,48%,76%)] — CSS variable: --color-primary: hsl(256, 48%, 76%);