HSL(273, 67%, 62%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(273,67%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(273, 67%, 62%) color: hsl(273, 67%, 62%)
HEX #A55DDF color: #A55DDF
RGB rgb(165, 93, 223) color: rgb(165, 93, 223)
CMYK cmyk(26%, 58%, 0%, 13%)
HSV hsv(273, 58%, 87%)
HWB hwb(273 37% 13%) color: hwb(273 37% 13%)
OKLCH oklch(0.6183 0.1953 307.16) color: oklch(0.6183 0.1953 307.16)
Lab lab(53.12 52.59 -55.2) color: lab(53.12 52.59 -55.2)
LCH lch(53.12 76.24 313.61) color: lch(53.12 76.24 313.61)

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.01:1
vs Black 5.23: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)

#8685C0 — rgb(134, 133, 192)

Deuteranopia (Green-blind)

#8A8FB8 — rgb(138, 143, 184)

Tritanopia (Blue-blind)

#A1A7A1 — rgb(161, 167, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(273, 67%, 62%);

text

color: hsl(273, 67%, 62%);

border

border: 2px solid hsl(273, 67%, 62%);

gradient light

background: linear-gradient(to right, hsl(273, 67%, 82%), hsl(273, 67%, 62%));

gradient dark

background: linear-gradient(to right, hsl(273, 67%, 62%), hsl(273, 67%, 42%))

hex

background-color: #A55DDF;

tailwind

bg-[hsl(273,67%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(273, 67%, 62%, 0.4);

css variable

--color-primary: hsl(273, 67%, 62%);

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(273, 67%, 62%)?

HEX: #A55DDF | RGB: rgb(165, 93, 223) | CMYK: 26%, 58%, 0%, 13% | HSV: 273°, 58%, 87%. Copy any format from the conversion table above.

What colors go well with #A55DDF?

The complementary color is HSL(93, 67%, 62%). For a triadic harmony, use hues 273°, 33°, and 153°. For analogous combinations, try hues 243° and 303°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(273, 67%, 62%) in CSS?

As HSL: color: hsl(273, 67%, 62%); — As HEX: color: #A55DDF; — As RGB: color: rgb(165, 93, 223); — Tailwind CSS: bg-[hsl(273,67%,62%)] — CSS variable: --color-primary: hsl(273, 67%, 62%);