HSL(263, 68%, 54%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(263,68%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 68%, 54%) color: hsl(263, 68%, 54%)
HEX #773AD9 color: #773AD9
RGB rgb(119, 58, 217) color: rgb(119, 58, 217)
CMYK cmyk(45%, 73%, 0%, 15%)
HSV hsv(263, 73%, 85%)
HWB hwb(263 23% 15%) color: hwb(263 23% 15%)
OKLCH oklch(0.5191 0.2253 294.72) color: oklch(0.5191 0.2253 294.72)
Lab lab(41.15 58.99 -71.41) color: lab(41.15 58.99 -71.41)
LCH lch(41.15 92.62 309.56) color: lch(41.15 92.62 309.56)

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.19:1
vs Black 3.39: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)

#5D5CB3 — rgb(93, 92, 179)

Deuteranopia (Green-blind)

#6065A9 — rgb(96, 101, 169)

Tritanopia (Blue-blind)

#74948D — rgb(116, 148, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 68%, 54%);

text

color: hsl(263, 68%, 54%);

border

border: 2px solid hsl(263, 68%, 54%);

gradient light

background: linear-gradient(to right, hsl(263, 68%, 74%), hsl(263, 68%, 54%));

gradient dark

background: linear-gradient(to right, hsl(263, 68%, 54%), hsl(263, 68%, 34%))

hex

background-color: #773AD9;

tailwind

bg-[hsl(263,68%,54%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(263, 68%, 54%, 0.4);

css variable

--color-primary: hsl(263, 68%, 54%);

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(263, 68%, 54%)?

HEX: #773AD9 | RGB: rgb(119, 58, 217) | CMYK: 45%, 73%, 0%, 15% | HSV: 263°, 73%, 85%. Copy any format from the conversion table above.

What colors go well with #773AD9?

The complementary color is HSL(83, 68%, 54%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(263, 68%, 54%) in CSS?

As HSL: color: hsl(263, 68%, 54%); — As HEX: color: #773AD9; — As RGB: color: rgb(119, 58, 217); — Tailwind CSS: bg-[hsl(263,68%,54%)] — CSS variable: --color-primary: hsl(263, 68%, 54%);