HSL(261, 52%, 85%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(261,52%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(261, 52%, 85%) color: hsl(261, 52%, 85%)
HEX #D3C5ED color: #D3C5ED
RGB rgb(211, 197, 237) color: rgb(211, 197, 237)
CMYK cmyk(11%, 17%, 0%, 7%)
HSV hsv(261, 17%, 93%)
HWB hwb(261 77% 7%) color: hwb(261 77% 7%)
OKLCH oklch(0.8476 0.0569 301.16) color: oklch(0.8476 0.0569 301.16)
Lab lab(81.78 12.42 -17.98) color: lab(81.78 12.42 -17.98)
LCH lch(81.78 21.85 304.64) color: lch(81.78 21.85 304.64)

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.62:1
vs Black 12.98: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)

#CDCDE3 — rgb(205, 205, 227)

Deuteranopia (Green-blind)

#CECFE1 — rgb(206, 207, 225)

Tritanopia (Blue-blind)

#D2DCDA — rgb(210, 220, 218)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(261, 52%, 85%);

text

color: hsl(261, 52%, 85%);

border

border: 2px solid hsl(261, 52%, 85%);

gradient light

background: linear-gradient(to right, hsl(261, 52%, 100%), hsl(261, 52%, 85%));

gradient dark

background: linear-gradient(to right, hsl(261, 52%, 85%), hsl(261, 52%, 65%))

hex

background-color: #D3C5ED;

tailwind

bg-[hsl(261,52%,85%)]

box shadow

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

css variable

--color-primary: hsl(261, 52%, 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(261, 52%, 85%)?

HEX: #D3C5ED | RGB: rgb(211, 197, 237) | CMYK: 11%, 17%, 0%, 7% | HSV: 261°, 17%, 93%. Copy any format from the conversion table above.

What colors go well with #D3C5ED?

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

As HSL: color: hsl(261, 52%, 85%); — As HEX: color: #D3C5ED; — As RGB: color: rgb(211, 197, 237); — Tailwind CSS: bg-[hsl(261,52%,85%)] — CSS variable: --color-primary: hsl(261, 52%, 85%);