HSL(267, 91%, 42%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,91%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 91%, 42%) color: hsl(267, 91%, 42%)
HEX #610ACD color: #610ACD
RGB rgb(97, 10, 205) color: rgb(97, 10, 205)
CMYK cmyk(53%, 95%, 0%, 20%)
HSV hsv(267, 95%, 80%)
HWB hwb(267 4% 20%) color: hwb(267 4% 20%)
OKLCH oklch(0.4481 0.2455 291.79) color: oklch(0.4481 0.2455 291.79)
Lab lab(32.18 68.71 -79.32) color: lab(32.18 68.71 -79.32)
LCH lch(32.18 104.94 310.9) color: lch(32.18 104.94 310.9)

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.63:1
vs Black 2.43: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)

#3B3B9E — rgb(59, 59, 158)

Deuteranopia (Green-blind)

#404793 — rgb(64, 71, 147)

Tritanopia (Blue-blind)

#5D7970 — rgb(93, 121, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 91%, 42%);

text

color: hsl(267, 91%, 42%);

border

border: 2px solid hsl(267, 91%, 42%);

gradient light

background: linear-gradient(to right, hsl(267, 91%, 62%), hsl(267, 91%, 42%));

gradient dark

background: linear-gradient(to right, hsl(267, 91%, 42%), hsl(267, 91%, 22%))

hex

background-color: #610ACD;

tailwind

bg-[hsl(267,91%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(267, 91%, 42%, 0.4);

css variable

--color-primary: hsl(267, 91%, 42%);

Related Colors

Use Cases for Vivid Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(267, 91%, 42%)?

HEX: #610ACD | RGB: rgb(97, 10, 205) | CMYK: 53%, 95%, 0%, 20% | HSV: 267°, 95%, 80%. Copy any format from the conversion table above.

What colors go well with #610ACD?

The complementary color is HSL(87, 91%, 42%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(267, 91%, 42%) in CSS?

As HSL: color: hsl(267, 91%, 42%); — As HEX: color: #610ACD; — As RGB: color: rgb(97, 10, 205); — Tailwind CSS: bg-[hsl(267,91%,42%)] — CSS variable: --color-primary: hsl(267, 91%, 42%);