HSL(260, 59%, 63%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(260,59%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 59%, 63%) color: hsl(260, 59%, 63%)
HEX #8E69D8 color: #8E69D8
RGB rgb(142, 105, 216) color: rgb(142, 105, 216)
CMYK cmyk(34%, 51%, 0%, 15%)
HSV hsv(260, 51%, 85%)
HWB hwb(260 42% 15%) color: hwb(260 42% 15%)
OKLCH oklch(0.6086 0.1643 296.59) color: oklch(0.6086 0.1643 296.59)
Lab lab(52.74 38.74 -51.98) color: lab(52.74 38.74 -51.98)
LCH lch(52.74 64.83 306.7) color: lch(52.74 64.83 306.7)

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 4.07:1
vs Black 5.16:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7E7EBD — rgb(126, 126, 189)

Deuteranopia (Green-blind)

#8083B7 — rgb(128, 131, 183)

Tritanopia (Blue-blind)

#8CA8A3 — rgb(140, 168, 163)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 59%, 63%);

text

color: hsl(260, 59%, 63%);

border

border: 2px solid hsl(260, 59%, 63%);

gradient light

background: linear-gradient(to right, hsl(260, 59%, 83%), hsl(260, 59%, 63%));

gradient dark

background: linear-gradient(to right, hsl(260, 59%, 63%), hsl(260, 59%, 43%))

hex

background-color: #8E69D8;

tailwind

bg-[hsl(260,59%,63%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(260, 59%, 63%, 0.4);

css variable

--color-primary: hsl(260, 59%, 63%);

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(260, 59%, 63%)?

HEX: #8E69D8 | RGB: rgb(142, 105, 216) | CMYK: 34%, 51%, 0%, 15% | HSV: 260°, 51%, 85%. Copy any format from the conversion table above.

What colors go well with #8E69D8?

The complementary color is HSL(80, 59%, 63%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(260, 59%, 63%) in CSS?

As HSL: color: hsl(260, 59%, 63%); — As HEX: color: #8E69D8; — As RGB: color: rgb(142, 105, 216); — Tailwind CSS: bg-[hsl(260,59%,63%)] — CSS variable: --color-primary: hsl(260, 59%, 63%);