HSL(282, 90%, 34%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,90%,34%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 90%, 34%) color: hsl(282, 90%, 34%)
HEX #7609A5 color: #7609A5
RGB rgb(118, 9, 165) color: rgb(118, 9, 165)
CMYK cmyk(28%, 95%, 0%, 35%)
HSV hsv(282, 95%, 65%)
HWB hwb(282 3% 35%) color: hwb(282 3% 35%)
OKLCH oklch(0.4365 0.2141 310.86) color: oklch(0.4365 0.2141 310.86)
Lab lab(31.26 62.58 -56.99) color: lab(31.26 62.58 -56.99)
LCH lch(31.26 84.64 317.68) color: lch(31.26 84.64 317.68)

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 8.93:1
vs Black 2.35: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)

#47467F — rgb(71, 70, 127)

Deuteranopia (Green-blind)

#4D5576 — rgb(77, 85, 118)

Tritanopia (Blue-blind)

#71615B — rgb(113, 97, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 90%, 34%);

text

color: hsl(282, 90%, 34%);

border

border: 2px solid hsl(282, 90%, 34%);

gradient light

background: linear-gradient(to right, hsl(282, 90%, 54%), hsl(282, 90%, 34%));

gradient dark

background: linear-gradient(to right, hsl(282, 90%, 34%), hsl(282, 90%, 14%))

hex

background-color: #7609A5;

tailwind

bg-[hsl(282,90%,34%)]

box shadow

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

css variable

--color-primary: hsl(282, 90%, 34%);

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, 90%, 34%)?

HEX: #7609A5 | RGB: rgb(118, 9, 165) | CMYK: 28%, 95%, 0%, 35% | HSV: 282°, 95%, 65%. Copy any format from the conversion table above.

What colors go well with #7609A5?

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

As HSL: color: hsl(282, 90%, 34%); — As HEX: color: #7609A5; — As RGB: color: rgb(118, 9, 165); — Tailwind CSS: bg-[hsl(282,90%,34%)] — CSS variable: --color-primary: hsl(282, 90%, 34%);