HSL(282, 50%, 18%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,50%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 50%, 18%) color: hsl(282, 50%, 18%)
HEX #371745 color: #371745
RGB rgb(55, 23, 69) color: rgb(55, 23, 69)
CMYK cmyk(20%, 67%, 0%, 73%)
HSV hsv(282, 67%, 27%)
HWB hwb(282 9% 73%) color: hwb(282 9% 73%)
OKLCH oklch(0.2753 0.0878 314.25) color: oklch(0.2753 0.0878 314.25)
Lab lab(14.71 24.88 -22.45) color: lab(14.71 24.88 -22.45)
LCH lch(14.71 33.51 317.94) color: lch(14.71 33.51 317.94)

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 15.32:1
vs Black 1.37: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)

#29293A — rgb(41, 41, 58)

Deuteranopia (Green-blind)

#2B2D37 — rgb(43, 45, 55)

Tritanopia (Blue-blind)

#35312F — rgb(53, 49, 47)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 50%, 18%);

text

color: hsl(282, 50%, 18%);

border

border: 2px solid hsl(282, 50%, 18%);

gradient light

background: linear-gradient(to right, hsl(282, 50%, 38%), hsl(282, 50%, 18%));

gradient dark

background: linear-gradient(to right, hsl(282, 50%, 18%), hsl(282, 50%, 0%))

hex

background-color: #371745;

tailwind

bg-[hsl(282,50%,18%)]

box shadow

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

css variable

--color-primary: hsl(282, 50%, 18%);

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, 50%, 18%)?

HEX: #371745 | RGB: rgb(55, 23, 69) | CMYK: 20%, 67%, 0%, 73% | HSV: 282°, 67%, 27%. Copy any format from the conversion table above.

What colors go well with #371745?

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

As HSL: color: hsl(282, 50%, 18%); — As HEX: color: #371745; — As RGB: color: rgb(55, 23, 69); — Tailwind CSS: bg-[hsl(282,50%,18%)] — CSS variable: --color-primary: hsl(282, 50%, 18%);