HSL(269, 79%, 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(269,79%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(269, 79%, 87%) color: hsl(269, 79%, 87%)
HEX #DDC4F8 color: #DDC4F8
RGB rgb(221, 196, 248) color: rgb(221, 196, 248)
CMYK cmyk(11%, 21%, 0%, 3%)
HSV hsv(269, 21%, 97%)
HWB hwb(269 77% 3%) color: hwb(269 77% 3%)
OKLCH oklch(0.8581 0.0757 306.65) color: oklch(0.8581 0.0757 306.65)
Lab lab(82.72 18.38 -22.36) color: lab(82.72 18.38 -22.36)
LCH lch(82.72 28.94 309.42) color: lch(82.72 28.94 309.42)

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.58:1
vs Black 13.33: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)

#D2D2EB — rgb(210, 210, 235)

Deuteranopia (Green-blind)

#D4D6E8 — rgb(212, 214, 232)

Tritanopia (Blue-blind)

#DCE1DF — rgb(220, 225, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(269, 79%, 87%);

text

color: hsl(269, 79%, 87%);

border

border: 2px solid hsl(269, 79%, 87%);

gradient light

background: linear-gradient(to right, hsl(269, 79%, 100%), hsl(269, 79%, 87%));

gradient dark

background: linear-gradient(to right, hsl(269, 79%, 87%), hsl(269, 79%, 67%))

hex

background-color: #DDC4F8;

tailwind

bg-[hsl(269,79%,87%)]

box shadow

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

css variable

--color-primary: hsl(269, 79%, 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(269, 79%, 87%)?

HEX: #DDC4F8 | RGB: rgb(221, 196, 248) | CMYK: 11%, 21%, 0%, 3% | HSV: 269°, 21%, 97%. Copy any format from the conversion table above.

What colors go well with #DDC4F8?

The complementary color is HSL(89, 79%, 87%). For a triadic harmony, use hues 269°, 29°, and 149°. For analogous combinations, try hues 239° and 299°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(269, 79%, 87%) in CSS?

As HSL: color: hsl(269, 79%, 87%); — As HEX: color: #DDC4F8; — As RGB: color: rgb(221, 196, 248); — Tailwind CSS: bg-[hsl(269,79%,87%)] — CSS variable: --color-primary: hsl(269, 79%, 87%);