HSL(281, 57%, 83%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(281,57%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(281, 57%, 83%) color: hsl(281, 57%, 83%)
HEX #DDBBEC color: #DDBBEC
RGB rgb(221, 187, 236) color: rgb(221, 187, 236)
CMYK cmyk(6%, 21%, 0%, 7%)
HSV hsv(282, 21%, 93%)
HWB hwb(282 73% 7%) color: hwb(282 73% 7%)
OKLCH oklch(0.837 0.0764 315.46) color: oklch(0.837 0.0764 315.46)
Lab lab(80.16 20.83 -19.81) color: lab(80.16 20.83 -19.81)
LCH lch(80.16 28.75 316.44) color: lch(80.16 28.75 316.44)

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.69:1
vs Black 12.39: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)

#CECEE0 — rgb(206, 206, 224)

Deuteranopia (Green-blind)

#D0D3DD — rgb(208, 211, 221)

Tritanopia (Blue-blind)

#DBD7D5 — rgb(219, 215, 213)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(281, 57%, 83%);

text

color: hsl(281, 57%, 83%);

border

border: 2px solid hsl(281, 57%, 83%);

gradient light

background: linear-gradient(to right, hsl(281, 57%, 100%), hsl(281, 57%, 83%));

gradient dark

background: linear-gradient(to right, hsl(281, 57%, 83%), hsl(281, 57%, 63%))

hex

background-color: #DDBBEC;

tailwind

bg-[hsl(281,57%,83%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(281, 57%, 83%, 0.4);

css variable

--color-primary: hsl(281, 57%, 83%);

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(281, 57%, 83%)?

HEX: #DDBBEC | RGB: rgb(221, 187, 236) | CMYK: 6%, 21%, 0%, 7% | HSV: 282°, 21%, 93%. Copy any format from the conversion table above.

What colors go well with #DDBBEC?

The complementary color is HSL(101, 57%, 83%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(281, 57%, 83%) in CSS?

As HSL: color: hsl(281, 57%, 83%); — As HEX: color: #DDBBEC; — As RGB: color: rgb(221, 187, 236); — Tailwind CSS: bg-[hsl(281,57%,83%)] — CSS variable: --color-primary: hsl(281, 57%, 83%);