HSL(282, 30%, 39%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,30%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 30%, 39%) color: hsl(282, 30%, 39%)
HEX #6F4681 color: #6F4681
RGB rgb(111, 70, 129) color: rgb(111, 70, 129)
CMYK cmyk(14%, 46%, 0%, 49%)
HSV hsv(282, 46%, 51%)
HWB hwb(282 28% 49%) color: hwb(282 28% 49%)
OKLCH oklch(0.4656 0.1033 314.9) color: oklch(0.4656 0.1033 314.9)
Lab lab(36.64 28.77 -26.42) color: lab(36.64 28.77 -26.42)
LCH lch(36.64 39.06 317.44) color: lch(36.64 39.06 317.44)

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.32:1
vs Black 2.87: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)

#5D5D73 — rgb(93, 93, 115)

Deuteranopia (Green-blind)

#60636F — rgb(96, 99, 111)

Tritanopia (Blue-blind)

#6D6765 — rgb(109, 103, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 30%, 39%);

text

color: hsl(282, 30%, 39%);

border

border: 2px solid hsl(282, 30%, 39%);

gradient light

background: linear-gradient(to right, hsl(282, 30%, 59%), hsl(282, 30%, 39%));

gradient dark

background: linear-gradient(to right, hsl(282, 30%, 39%), hsl(282, 30%, 19%))

hex

background-color: #6F4681;

tailwind

bg-[hsl(282,30%,39%)]

box shadow

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

css variable

--color-primary: hsl(282, 30%, 39%);

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, 30%, 39%)?

HEX: #6F4681 | RGB: rgb(111, 70, 129) | CMYK: 14%, 46%, 0%, 49% | HSV: 282°, 46%, 51%. Copy any format from the conversion table above.

What colors go well with #6F4681?

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

As HSL: color: hsl(282, 30%, 39%); — As HEX: color: #6F4681; — As RGB: color: rgb(111, 70, 129); — Tailwind CSS: bg-[hsl(282,30%,39%)] — CSS variable: --color-primary: hsl(282, 30%, 39%);