HSL(278, 36%, 80%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(278,36%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(278, 36%, 80%) color: hsl(278, 36%, 80%)
HEX #D1BADE color: #D1BADE
RGB rgb(209, 186, 222) color: rgb(209, 186, 222)
CMYK cmyk(6%, 16%, 0%, 13%)
HSV hsv(278, 16%, 87%)
HWB hwb(278 73% 13%) color: hwb(278 73% 13%)
OKLCH oklch(0.8197 0.0555 313.41) color: oklch(0.8197 0.0555 313.41)
Lab lab(78.43 14.71 -14.99) color: lab(78.43 14.71 -14.99)
LCH lch(78.43 21 314.46) color: lch(78.43 21 314.46)

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 1.78:1
vs Black 11.79: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)

#C7C7D5 — rgb(199, 199, 213)

Deuteranopia (Green-blind)

#C8CAD3 — rgb(200, 202, 211)

Tritanopia (Blue-blind)

#D0CECD — rgb(208, 206, 205)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(278, 36%, 80%);

text

color: hsl(278, 36%, 80%);

border

border: 2px solid hsl(278, 36%, 80%);

gradient light

background: linear-gradient(to right, hsl(278, 36%, 100%), hsl(278, 36%, 80%));

gradient dark

background: linear-gradient(to right, hsl(278, 36%, 80%), hsl(278, 36%, 60%))

hex

background-color: #D1BADE;

tailwind

bg-[hsl(278,36%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(278, 36%, 80%, 0.4);

css variable

--color-primary: hsl(278, 36%, 80%);

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(278, 36%, 80%)?

HEX: #D1BADE | RGB: rgb(209, 186, 222) | CMYK: 6%, 16%, 0%, 13% | HSV: 278°, 16%, 87%. Copy any format from the conversion table above.

What colors go well with #D1BADE?

The complementary color is HSL(98, 36%, 80%). For a triadic harmony, use hues 278°, 38°, and 158°. For analogous combinations, try hues 248° and 308°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(278, 36%, 80%) in CSS?

As HSL: color: hsl(278, 36%, 80%); — As HEX: color: #D1BADE; — As RGB: color: rgb(209, 186, 222); — Tailwind CSS: bg-[hsl(278,36%,80%)] — CSS variable: --color-primary: hsl(278, 36%, 80%);