HSL(282, 91%, 75%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,91%,75%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 91%, 75%) color: hsl(282, 91%, 75%)
HEX #D685F9 color: #D685F9
RGB rgb(214, 133, 249) color: rgb(214, 133, 249)
CMYK cmyk(14%, 47%, 0%, 2%)
HSV hsv(282, 47%, 98%)
HWB hwb(282 52% 2%) color: hwb(282 52% 2%)
OKLCH oklch(0.7445 0.1795 314.94) color: oklch(0.7445 0.1795 314.94)
Lab lab(67.96 50.22 -45.77) color: lab(67.96 50.22 -45.77)
LCH lch(67.96 67.95 317.65) color: lch(67.96 67.95 317.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 2.45:1
vs Black 8.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)

#B3B2DD — rgb(179, 178, 221)

Deuteranopia (Green-blind)

#B8BED6 — rgb(184, 190, 214)

Tritanopia (Blue-blind)

#D2C7C2 — rgb(210, 199, 194)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 91%, 75%);

text

color: hsl(282, 91%, 75%);

border

border: 2px solid hsl(282, 91%, 75%);

gradient light

background: linear-gradient(to right, hsl(282, 91%, 95%), hsl(282, 91%, 75%));

gradient dark

background: linear-gradient(to right, hsl(282, 91%, 75%), hsl(282, 91%, 55%))

hex

background-color: #D685F9;

tailwind

bg-[hsl(282,91%,75%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(282, 91%, 75%, 0.4);

css variable

--color-primary: hsl(282, 91%, 75%);

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(282, 91%, 75%)?

HEX: #D685F9 | RGB: rgb(214, 133, 249) | CMYK: 14%, 47%, 0%, 2% | HSV: 282°, 47%, 98%. Copy any format from the conversion table above.

What colors go well with #D685F9?

The complementary color is HSL(102, 91%, 75%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(282, 91%, 75%) in CSS?

As HSL: color: hsl(282, 91%, 75%); — As HEX: color: #D685F9; — As RGB: color: rgb(214, 133, 249); — Tailwind CSS: bg-[hsl(282,91%,75%)] — CSS variable: --color-primary: hsl(282, 91%, 75%);