HSL(267, 100%, 52%)

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,100%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 100%, 52%) color: hsl(267, 100%, 52%)
HEX #780AFF color: #780AFF
RGB rgb(120, 10, 255) color: rgb(120, 10, 255)
CMYK cmyk(53%, 96%, 0%, 0%)
HSV hsv(267, 96%, 100%)
HWB hwb(267 4% 0%) color: hwb(267 4% 0%)
OKLCH oklch(0.5242 0.2908 291.13) color: oklch(0.5242 0.2908 291.13)
Lab lab(40.29 81.51 -94.34) color: lab(40.29 81.51 -94.34)
LCH lch(40.29 124.68 310.83) color: lch(40.29 124.68 310.83)

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.39:1
vs Black 3.29: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)

#4847C4 — rgb(72, 71, 196)

Deuteranopia (Green-blind)

#4F57B6 — rgb(79, 87, 182)

Tritanopia (Blue-blind)

#73958B — rgb(115, 149, 139)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 100%, 52%);

text

color: hsl(267, 100%, 52%);

border

border: 2px solid hsl(267, 100%, 52%);

gradient light

background: linear-gradient(to right, hsl(267, 100%, 72%), hsl(267, 100%, 52%));

gradient dark

background: linear-gradient(to right, hsl(267, 100%, 52%), hsl(267, 100%, 32%))

hex

background-color: #780AFF;

tailwind

bg-[hsl(267,100%,52%)]

box shadow

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

css variable

--color-primary: hsl(267, 100%, 52%);

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, 100%, 52%)?

HEX: #780AFF | RGB: rgb(120, 10, 255) | CMYK: 53%, 96%, 0%, 0% | HSV: 267°, 96%, 100%. Copy any format from the conversion table above.

What colors go well with #780AFF?

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

As HSL: color: hsl(267, 100%, 52%); — As HEX: color: #780AFF; — As RGB: color: rgb(120, 10, 255); — Tailwind CSS: bg-[hsl(267,100%,52%)] — CSS variable: --color-primary: hsl(267, 100%, 52%);