HSL(265, 45%, 55%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(265,45%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(265, 45%, 55%) color: hsl(265, 45%, 55%)
HEX #8459C0 color: #8459C0
RGB rgb(132, 89, 192) color: rgb(132, 89, 192)
CMYK cmyk(31%, 54%, 0%, 25%)
HSV hsv(265, 54%, 75%)
HWB hwb(265 35% 25%) color: hwb(265 35% 25%)
OKLCH oklch(0.5576 0.1569 300.69) color: oklch(0.5576 0.1569 300.69)
Lab lab(46.78 39.14 -47.81) color: lab(46.78 39.14 -47.81)
LCH lch(46.78 61.79 309.31) color: lch(46.78 61.79 309.31)

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 5.03:1
vs Black 4.17:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7171A7 — rgb(113, 113, 167)

Deuteranopia (Green-blind)

#7477A1 — rgb(116, 119, 161)

Tritanopia (Blue-blind)

#82938F — rgb(130, 147, 143)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(265, 45%, 55%);

text

color: hsl(265, 45%, 55%);

border

border: 2px solid hsl(265, 45%, 55%);

gradient light

background: linear-gradient(to right, hsl(265, 45%, 75%), hsl(265, 45%, 55%));

gradient dark

background: linear-gradient(to right, hsl(265, 45%, 55%), hsl(265, 45%, 35%))

hex

background-color: #8459C0;

tailwind

bg-[hsl(265,45%,55%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(265, 45%, 55%, 0.4);

css variable

--color-primary: hsl(265, 45%, 55%);

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(265, 45%, 55%)?

HEX: #8459C0 | RGB: rgb(132, 89, 192) | CMYK: 31%, 54%, 0%, 25% | HSV: 265°, 54%, 75%. Copy any format from the conversion table above.

What colors go well with #8459C0?

The complementary color is HSL(85, 45%, 55%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(265, 45%, 55%) in CSS?

As HSL: color: hsl(265, 45%, 55%); — As HEX: color: #8459C0; — As RGB: color: rgb(132, 89, 192); — Tailwind CSS: bg-[hsl(265,45%,55%)] — CSS variable: --color-primary: hsl(265, 45%, 55%);