HSL(280, 90%, 34%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(280, 90%, 34%) color: hsl(280, 90%, 34%)
HEX #7109A5 color: #7109A5
RGB rgb(113, 9, 165) color: rgb(113, 9, 165)
CMYK cmyk(32%, 95%, 0%, 35%)
HSV hsv(280, 95%, 65%)
HWB hwb(280 3% 35%) color: hwb(280 3% 35%)
OKLCH oklch(0.4294 0.2129 308.72) color: oklch(0.4294 0.2129 308.72)
Lab lab(30.46 61.91 -58.34) color: lab(30.46 61.91 -58.34)
LCH lch(30.46 85.07 316.7) color: lch(30.46 85.07 316.7)

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 9.19:1
vs Black 2.28: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)

#44437F — rgb(68, 67, 127)

Deuteranopia (Green-blind)

#4A5276 — rgb(74, 82, 118)

Tritanopia (Blue-blind)

#6C615B — rgb(108, 97, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #7109A5;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(280, 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(280, 90%, 34%)?

HEX: #7109A5 | RGB: rgb(113, 9, 165) | CMYK: 32%, 95%, 0%, 35% | HSV: 280°, 95%, 65%. Copy any format from the conversion table above.

What colors go well with #7109A5?

The complementary color is HSL(100, 90%, 34%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(280, 90%, 34%) in CSS?

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