HSL(271, 19%, 38%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(271,19%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(271, 19%, 38%) color: hsl(271, 19%, 38%)
HEX #624E73 color: #624E73
RGB rgb(98, 78, 115) color: rgb(98, 78, 115)
CMYK cmyk(15%, 32%, 0%, 55%)
HSV hsv(272, 32%, 45%)
HWB hwb(272 31% 55%) color: hwb(272 31% 55%)
OKLCH oklch(0.4592 0.0635 308.72) color: oklch(0.4592 0.0635 308.72)
Lab lab(36.52 16.19 -18.05) color: lab(36.52 16.19 -18.05)
LCH lch(36.52 24.25 311.89) color: lch(36.52 24.25 311.89)

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 7.35:1
vs Black 2.86:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#59596A — rgb(89, 89, 106)

Deuteranopia (Green-blind)

#5B5C68 — rgb(91, 92, 104)

Tritanopia (Blue-blind)

#616361 — rgb(97, 99, 97)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(271, 19%, 38%);

text

color: hsl(271, 19%, 38%);

border

border: 2px solid hsl(271, 19%, 38%);

gradient light

background: linear-gradient(to right, hsl(271, 19%, 58%), hsl(271, 19%, 38%));

gradient dark

background: linear-gradient(to right, hsl(271, 19%, 38%), hsl(271, 19%, 18%))

hex

background-color: #624E73;

tailwind

bg-[hsl(271,19%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(271, 19%, 38%, 0.4);

css variable

--color-primary: hsl(271, 19%, 38%);

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(271, 19%, 38%)?

HEX: #624E73 | RGB: rgb(98, 78, 115) | CMYK: 15%, 32%, 0%, 55% | HSV: 272°, 32%, 45%. Copy any format from the conversion table above.

What colors go well with #624E73?

The complementary color is HSL(91, 19%, 38%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(271, 19%, 38%) in CSS?

As HSL: color: hsl(271, 19%, 38%); — As HEX: color: #624E73; — As RGB: color: rgb(98, 78, 115); — Tailwind CSS: bg-[hsl(271,19%,38%)] — CSS variable: --color-primary: hsl(271, 19%, 38%);