HSL(258, 93%, 87%)

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(258,93%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(258, 93%, 87%) color: hsl(258, 93%, 87%)
HEX #D2BFFD color: #D2BFFD
RGB rgb(210, 191, 253) color: rgb(210, 191, 253)
CMYK cmyk(17%, 25%, 0%, 1%)
HSV hsv(258, 25%, 99%)
HWB hwb(258 74% 1%) color: hwb(258 74% 1%)
OKLCH oklch(0.8414 0.0875 298.55) color: oklch(0.8414 0.0875 298.55)
Lab lab(80.77 18.69 -28.08) color: lab(80.77 18.69 -28.08)
LCH lch(80.77 33.73 303.65) color: lch(80.77 33.73 303.65)

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.61: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)

#CACAEE — rgb(202, 202, 238)

Deuteranopia (Green-blind)

#CBCCEA — rgb(203, 204, 234)

Tritanopia (Blue-blind)

#D1E2E0 — rgb(209, 226, 224)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(258, 93%, 87%);

text

color: hsl(258, 93%, 87%);

border

border: 2px solid hsl(258, 93%, 87%);

gradient light

background: linear-gradient(to right, hsl(258, 93%, 100%), hsl(258, 93%, 87%));

gradient dark

background: linear-gradient(to right, hsl(258, 93%, 87%), hsl(258, 93%, 67%))

hex

background-color: #D2BFFD;

tailwind

bg-[hsl(258,93%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(258, 93%, 87%, 0.4);

css variable

--color-primary: hsl(258, 93%, 87%);

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(258, 93%, 87%)?

HEX: #D2BFFD | RGB: rgb(210, 191, 253) | CMYK: 17%, 25%, 0%, 1% | HSV: 258°, 25%, 99%. Copy any format from the conversion table above.

What colors go well with #D2BFFD?

The complementary color is HSL(78, 93%, 87%). For a triadic harmony, use hues 258°, 18°, and 138°. For analogous combinations, try hues 228° and 288°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(258, 93%, 87%) in CSS?

As HSL: color: hsl(258, 93%, 87%); — As HEX: color: #D2BFFD; — As RGB: color: rgb(210, 191, 253); — Tailwind CSS: bg-[hsl(258,93%,87%)] — CSS variable: --color-primary: hsl(258, 93%, 87%);