HSL(282, 65%, 75%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(282, 65%, 75%) color: hsl(282, 65%, 75%)
HEX #D096E9 color: #D096E9
RGB rgb(208, 150, 233) color: rgb(208, 150, 233)
CMYK cmyk(11%, 36%, 0%, 9%)
HSV hsv(282, 36%, 91%)
HWB hwb(282 58% 9%) color: hwb(282 58% 9%)
OKLCH oklch(0.758 0.1307 315.32) color: oklch(0.758 0.1307 315.32)
Lab lab(70.25 36.18 -33.47) color: lab(70.25 36.18 -33.47)
LCH lch(70.25 49.29 317.23) color: lch(70.25 49.29 317.23)

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.28:1
vs Black 9.22: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)

#B7B6D5 — rgb(183, 182, 213)

Deuteranopia (Green-blind)

#BABFD0 — rgb(186, 191, 208)

Tritanopia (Blue-blind)

#CDC5C2 — rgb(205, 197, 194)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #D096E9;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(282, 65%, 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, 65%, 75%)?

HEX: #D096E9 | RGB: rgb(208, 150, 233) | CMYK: 11%, 36%, 0%, 9% | HSV: 282°, 36%, 91%. Copy any format from the conversion table above.

What colors go well with #D096E9?

The complementary color is HSL(102, 65%, 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, 65%, 75%) in CSS?

As HSL: color: hsl(282, 65%, 75%); — As HEX: color: #D096E9; — As RGB: color: rgb(208, 150, 233); — Tailwind CSS: bg-[hsl(282,65%,75%)] — CSS variable: --color-primary: hsl(282, 65%, 75%);