HSL(276, 88%, 85%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(276,88%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 88%, 85%) color: hsl(276, 88%, 85%)
HEX #DFB7FA color: #DFB7FA
RGB rgb(223, 183, 250) color: rgb(223, 183, 250)
CMYK cmyk(11%, 27%, 0%, 2%)
HSV hsv(276, 27%, 98%)
HWB hwb(276 72% 2%) color: hwb(276 72% 2%)
OKLCH oklch(0.8368 0.1008 311.33) color: oklch(0.8368 0.1008 311.33)
Lab lab(79.87 26.4 -27.75) color: lab(79.87 26.4 -27.75)
LCH lch(79.87 38.3 313.57) color: lch(79.87 38.3 313.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 1.71:1
vs Black 12.29: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)

#CECDEA — rgb(206, 205, 234)

Deuteranopia (Green-blind)

#D0D3E6 — rgb(208, 211, 230)

Tritanopia (Blue-blind)

#DDDDDA — rgb(221, 221, 218)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 88%, 85%);

text

color: hsl(276, 88%, 85%);

border

border: 2px solid hsl(276, 88%, 85%);

gradient light

background: linear-gradient(to right, hsl(276, 88%, 100%), hsl(276, 88%, 85%));

gradient dark

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

hex

background-color: #DFB7FA;

tailwind

bg-[hsl(276,88%,85%)]

box shadow

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

css variable

--color-primary: hsl(276, 88%, 85%);

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, 88%, 85%)?

HEX: #DFB7FA | RGB: rgb(223, 183, 250) | CMYK: 11%, 27%, 0%, 2% | HSV: 276°, 27%, 98%. Copy any format from the conversion table above.

What colors go well with #DFB7FA?

The complementary color is HSL(96, 88%, 85%). 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, 88%, 85%) in CSS?

As HSL: color: hsl(276, 88%, 85%); — As HEX: color: #DFB7FA; — As RGB: color: rgb(223, 183, 250); — Tailwind CSS: bg-[hsl(276,88%,85%)] — CSS variable: --color-primary: hsl(276, 88%, 85%);