HSL(267, 86%, 86%)

Very Light Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Light Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,86%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 86%, 86%) color: hsl(267, 86%, 86%)
HEX #D8BDFA color: #D8BDFA
RGB rgb(216, 189, 250) color: rgb(216, 189, 250)
CMYK cmyk(14%, 24%, 0%, 2%)
HSV hsv(267, 24%, 98%)
HWB hwb(267 74% 2%) color: hwb(267 74% 2%)
OKLCH oklch(0.8416 0.0883 304.75) color: oklch(0.8416 0.0883 304.75)
Lab lab(80.68 20.99 -26.57) color: lab(80.68 20.99 -26.57)
LCH lch(80.68 33.86 308.31) color: lch(80.68 33.86 308.31)

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.67:1
vs Black 12.58: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)

#CCCCEB — rgb(204, 204, 235)

Deuteranopia (Green-blind)

#CED0E8 — rgb(206, 208, 232)

Tritanopia (Blue-blind)

#D7E0DD — rgb(215, 224, 221)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 86%, 86%);

text

color: hsl(267, 86%, 86%);

border

border: 2px solid hsl(267, 86%, 86%);

gradient light

background: linear-gradient(to right, hsl(267, 86%, 100%), hsl(267, 86%, 86%));

gradient dark

background: linear-gradient(to right, hsl(267, 86%, 86%), hsl(267, 86%, 66%))

hex

background-color: #D8BDFA;

tailwind

bg-[hsl(267,86%,86%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(267, 86%, 86%, 0.4);

css variable

--color-primary: hsl(267, 86%, 86%);

Related Colors

Use Cases for Very Light Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(267, 86%, 86%)?

HEX: #D8BDFA | RGB: rgb(216, 189, 250) | CMYK: 14%, 24%, 0%, 2% | HSV: 267°, 24%, 98%. Copy any format from the conversion table above.

What colors go well with #D8BDFA?

The complementary color is HSL(87, 86%, 86%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(267, 86%, 86%) in CSS?

As HSL: color: hsl(267, 86%, 86%); — As HEX: color: #D8BDFA; — As RGB: color: rgb(216, 189, 250); — Tailwind CSS: bg-[hsl(267,86%,86%)] — CSS variable: --color-primary: hsl(267, 86%, 86%);