HSL(282, 15%, 48%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(282,15%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 15%, 48%) color: hsl(282, 15%, 48%)
HEX #82688D color: #82688D
RGB rgb(130, 104, 141) color: rgb(130, 104, 141)
CMYK cmyk(8%, 26%, 0%, 45%)
HSV hsv(282, 26%, 55%)
HWB hwb(282 41% 45%) color: hwb(282 41% 45%)
OKLCH oklch(0.5561 0.0638 315.71) color: oklch(0.5561 0.0638 315.71)
Lab lab(47.71 17.54 -16.41) color: lab(47.71 17.54 -16.41)
LCH lch(47.71 24.02 316.91) color: lch(47.71 24.02 316.91)

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.87:1
vs Black 4.31: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)

#777784 — rgb(119, 119, 132)

Deuteranopia (Green-blind)

#787A82 — rgb(120, 122, 130)

Tritanopia (Blue-blind)

#817D7B — rgb(129, 125, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 15%, 48%);

text

color: hsl(282, 15%, 48%);

border

border: 2px solid hsl(282, 15%, 48%);

gradient light

background: linear-gradient(to right, hsl(282, 15%, 68%), hsl(282, 15%, 48%));

gradient dark

background: linear-gradient(to right, hsl(282, 15%, 48%), hsl(282, 15%, 28%))

hex

background-color: #82688D;

tailwind

bg-[hsl(282,15%,48%)]

box shadow

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

css variable

--color-primary: hsl(282, 15%, 48%);

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, 15%, 48%)?

HEX: #82688D | RGB: rgb(130, 104, 141) | CMYK: 8%, 26%, 0%, 45% | HSV: 282°, 26%, 55%. Copy any format from the conversion table above.

What colors go well with #82688D?

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

As HSL: color: hsl(282, 15%, 48%); — As HEX: color: #82688D; — As RGB: color: rgb(130, 104, 141); — Tailwind CSS: bg-[hsl(282,15%,48%)] — CSS variable: --color-primary: hsl(282, 15%, 48%);