HSL(276, 98%, 60%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(276,98%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(276, 98%, 60%) color: hsl(276, 98%, 60%)
HEX #AD35FD color: #AD35FD
RGB rgb(173, 53, 253) color: rgb(173, 53, 253)
CMYK cmyk(32%, 79%, 0%, 1%)
HSV hsv(276, 79%, 99%)
HWB hwb(276 21% 1%) color: hwb(276 21% 1%)
OKLCH oklch(0.6054 0.2731 306.81) color: oklch(0.6054 0.2731 306.81)
Lab lab(50.12 77.52 -76.82) color: lab(50.12 77.52 -76.82)
LCH lch(50.12 109.14 315.26) color: lch(50.12 109.14 315.26)

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 4.46:1
vs Black 4.7:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#7978CD — rgb(121, 120, 205)

Deuteranopia (Green-blind)

#8089C1 — rgb(128, 137, 193)

Tritanopia (Blue-blind)

#A7A69E — rgb(167, 166, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(276, 98%, 60%);

text

color: hsl(276, 98%, 60%);

border

border: 2px solid hsl(276, 98%, 60%);

gradient light

background: linear-gradient(to right, hsl(276, 98%, 80%), hsl(276, 98%, 60%));

gradient dark

background: linear-gradient(to right, hsl(276, 98%, 60%), hsl(276, 98%, 40%))

hex

background-color: #AD35FD;

tailwind

bg-[hsl(276,98%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(276, 98%, 60%, 0.4);

css variable

--color-primary: hsl(276, 98%, 60%);

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(276, 98%, 60%)?

HEX: #AD35FD | RGB: rgb(173, 53, 253) | CMYK: 32%, 79%, 0%, 1% | HSV: 276°, 79%, 99%. Copy any format from the conversion table above.

What colors go well with #AD35FD?

The complementary color is HSL(96, 98%, 60%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(276, 98%, 60%) in CSS?

As HSL: color: hsl(276, 98%, 60%); — As HEX: color: #AD35FD; — As RGB: color: rgb(173, 53, 253); — Tailwind CSS: bg-[hsl(276,98%,60%)] — CSS variable: --color-primary: hsl(276, 98%, 60%);