HSL(274, 59%, 47%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(274,59%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(274, 59%, 47%) color: hsl(274, 59%, 47%)
HEX #8131BF color: #8131BF
RGB rgb(129, 49, 191) color: rgb(129, 49, 191)
CMYK cmyk(32%, 74%, 0%, 25%)
HSV hsv(274, 74%, 75%)
HWB hwb(274 20% 25%) color: hwb(274 20% 25%)
OKLCH oklch(0.4998 0.2095 305.61) color: oklch(0.4998 0.2095 305.61)
Lab lab(38.94 58.34 -59.88) color: lab(38.94 58.34 -59.88)
LCH lch(38.94 83.6 314.25) color: lch(38.94 83.6 314.25)

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 6.72:1
vs Black 3.13: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)

#5E5E9D — rgb(94, 94, 157)

Deuteranopia (Green-blind)

#636994 — rgb(99, 105, 148)

Tritanopia (Blue-blind)

#7D827C — rgb(125, 130, 124)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(274, 59%, 47%);

text

color: hsl(274, 59%, 47%);

border

border: 2px solid hsl(274, 59%, 47%);

gradient light

background: linear-gradient(to right, hsl(274, 59%, 67%), hsl(274, 59%, 47%));

gradient dark

background: linear-gradient(to right, hsl(274, 59%, 47%), hsl(274, 59%, 27%))

hex

background-color: #8131BF;

tailwind

bg-[hsl(274,59%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(274, 59%, 47%, 0.4);

css variable

--color-primary: hsl(274, 59%, 47%);

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(274, 59%, 47%)?

HEX: #8131BF | RGB: rgb(129, 49, 191) | CMYK: 32%, 74%, 0%, 25% | HSV: 274°, 74%, 75%. Copy any format from the conversion table above.

What colors go well with #8131BF?

The complementary color is HSL(94, 59%, 47%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(274, 59%, 47%) in CSS?

As HSL: color: hsl(274, 59%, 47%); — As HEX: color: #8131BF; — As RGB: color: rgb(129, 49, 191); — Tailwind CSS: bg-[hsl(274,59%,47%)] — CSS variable: --color-primary: hsl(274, 59%, 47%);