HSL(260, 26%, 44%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(260,26%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 26%, 44%) color: hsl(260, 26%, 44%)
HEX #66538D color: #66538D
RGB rgb(102, 83, 141) color: rgb(102, 83, 141)
CMYK cmyk(28%, 41%, 0%, 45%)
HSV hsv(260, 41%, 55%)
HWB hwb(260 32% 45%) color: hwb(260 32% 45%)
OKLCH oklch(0.4866 0.0928 297.96) color: oklch(0.4866 0.0928 297.96)
Lab lab(39.47 21 -29.39) color: lab(39.47 21 -29.39)
LCH lch(39.47 36.12 305.55) color: lch(39.47 36.12 305.55)

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 6.59:1
vs Black 3.19: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)

#5E5E7F — rgb(94, 94, 127)

Deuteranopia (Green-blind)

#5F607C — rgb(95, 96, 124)

Tritanopia (Blue-blind)

#657471 — rgb(101, 116, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 26%, 44%);

text

color: hsl(260, 26%, 44%);

border

border: 2px solid hsl(260, 26%, 44%);

gradient light

background: linear-gradient(to right, hsl(260, 26%, 64%), hsl(260, 26%, 44%));

gradient dark

background: linear-gradient(to right, hsl(260, 26%, 44%), hsl(260, 26%, 24%))

hex

background-color: #66538D;

tailwind

bg-[hsl(260,26%,44%)]

box shadow

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

css variable

--color-primary: hsl(260, 26%, 44%);

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, 26%, 44%)?

HEX: #66538D | RGB: rgb(102, 83, 141) | CMYK: 28%, 41%, 0%, 45% | HSV: 260°, 41%, 55%. Copy any format from the conversion table above.

What colors go well with #66538D?

The complementary color is HSL(80, 26%, 44%). 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, 26%, 44%) in CSS?

As HSL: color: hsl(260, 26%, 44%); — As HEX: color: #66538D; — As RGB: color: rgb(102, 83, 141); — Tailwind CSS: bg-[hsl(260,26%,44%)] — CSS variable: --color-primary: hsl(260, 26%, 44%);