HSL(257, 73%, 61%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(257,73%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(257, 73%, 61%) color: hsl(257, 73%, 61%)
HEX #7C53E4 color: #7C53E4
RGB rgb(124, 83, 228) color: rgb(124, 83, 228)
CMYK cmyk(46%, 64%, 0%, 11%)
HSV hsv(257, 64%, 89%)
HWB hwb(257 32% 11%) color: hwb(257 32% 11%)
OKLCH oklch(0.5653 0.2087 291.26) color: oklch(0.5653 0.2087 291.26)
Lab lab(47.07 50.23 -68.01) color: lab(47.07 50.23 -68.01)
LCH lch(47.07 84.55 306.45) color: lch(47.07 84.55 306.45)

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.98:1
vs Black 4.21: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)

#6A6AC1 — rgb(106, 106, 193)

Deuteranopia (Green-blind)

#6D70B9 — rgb(109, 112, 185)

Tritanopia (Blue-blind)

#7AA59F — rgb(122, 165, 159)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(257, 73%, 61%);

text

color: hsl(257, 73%, 61%);

border

border: 2px solid hsl(257, 73%, 61%);

gradient light

background: linear-gradient(to right, hsl(257, 73%, 81%), hsl(257, 73%, 61%));

gradient dark

background: linear-gradient(to right, hsl(257, 73%, 61%), hsl(257, 73%, 41%))

hex

background-color: #7C53E4;

tailwind

bg-[hsl(257,73%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(257, 73%, 61%, 0.4);

css variable

--color-primary: hsl(257, 73%, 61%);

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(257, 73%, 61%)?

HEX: #7C53E4 | RGB: rgb(124, 83, 228) | CMYK: 46%, 64%, 0%, 11% | HSV: 257°, 64%, 89%. Copy any format from the conversion table above.

What colors go well with #7C53E4?

The complementary color is HSL(77, 73%, 61%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(257, 73%, 61%) in CSS?

As HSL: color: hsl(257, 73%, 61%); — As HEX: color: #7C53E4; — As RGB: color: rgb(124, 83, 228); — Tailwind CSS: bg-[hsl(257,73%,61%)] — CSS variable: --color-primary: hsl(257, 73%, 61%);