HSL(264, 95%, 89%)

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(264,95%,89%)]

Color Conversions

Format Value CSS Usage
HSL hsl(264, 95%, 89%) color: hsl(264, 95%, 89%)
HEX #DEC8FE color: #DEC8FE
RGB rgb(222, 200, 254) color: rgb(222, 200, 254)
CMYK cmyk(13%, 21%, 0%, 0%)
HSV hsv(264, 21%, 100%)
HWB hwb(264 79% 0%) color: hwb(264 79% 0%)
OKLCH oklch(0.8686 0.0771 303.4) color: oklch(0.8686 0.0771 303.4)
Lab lab(83.96 17.77 -23.65) color: lab(83.96 17.77 -23.65)
LCH lch(83.96 29.58 306.92) color: lch(83.96 29.58 306.92)

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.52:1
vs Black 13.8: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)

#D4D4F1 — rgb(212, 212, 241)

Deuteranopia (Green-blind)

#D6D7EE — rgb(214, 215, 238)

Tritanopia (Blue-blind)

#DDE7E4 — rgb(221, 231, 228)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(264, 95%, 89%);

text

color: hsl(264, 95%, 89%);

border

border: 2px solid hsl(264, 95%, 89%);

gradient light

background: linear-gradient(to right, hsl(264, 95%, 100%), hsl(264, 95%, 89%));

gradient dark

background: linear-gradient(to right, hsl(264, 95%, 89%), hsl(264, 95%, 69%))

hex

background-color: #DEC8FE;

tailwind

bg-[hsl(264,95%,89%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(264, 95%, 89%, 0.4);

css variable

--color-primary: hsl(264, 95%, 89%);

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(264, 95%, 89%)?

HEX: #DEC8FE | RGB: rgb(222, 200, 254) | CMYK: 13%, 21%, 0%, 0% | HSV: 264°, 21%, 100%. Copy any format from the conversion table above.

What colors go well with #DEC8FE?

The complementary color is HSL(84, 95%, 89%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(264, 95%, 89%) in CSS?

As HSL: color: hsl(264, 95%, 89%); — As HEX: color: #DEC8FE; — As RGB: color: rgb(222, 200, 254); — Tailwind CSS: bg-[hsl(264,95%,89%)] — CSS variable: --color-primary: hsl(264, 95%, 89%);