HSL(280, 50%, 34%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(280, 50%, 34%) color: hsl(280, 50%, 34%)
HEX #652B82 color: #652B82
RGB rgb(101, 43, 130) color: rgb(101, 43, 130)
CMYK cmyk(22%, 67%, 0%, 49%)
HSV hsv(280, 67%, 51%)
HWB hwb(280 17% 49%) color: hwb(280 17% 49%)
OKLCH oklch(0.4117 0.1456 312.44) color: oklch(0.4117 0.1456 312.44)
Lab lab(29.68 41.17 -38.16) color: lab(29.68 41.17 -38.16)
LCH lch(29.68 56.14 317.17) color: lch(29.68 56.14 317.17)

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.45:1
vs Black 2.22: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)

#4C4B6D — rgb(76, 75, 109)

Deuteranopia (Green-blind)

#4F5468 — rgb(79, 84, 104)

Tritanopia (Blue-blind)

#625C59 — rgb(98, 92, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #652B82;

tailwind

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

box shadow

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

css variable

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

HEX: #652B82 | RGB: rgb(101, 43, 130) | CMYK: 22%, 67%, 0%, 49% | HSV: 280°, 67%, 51%. Copy any format from the conversion table above.

What colors go well with #652B82?

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

As HSL: color: hsl(280, 50%, 34%); — As HEX: color: #652B82; — As RGB: color: rgb(101, 43, 130); — Tailwind CSS: bg-[hsl(280,50%,34%)] — CSS variable: --color-primary: hsl(280, 50%, 34%);