HSL(264, 75%, 53%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(264,75%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(264, 75%, 53%) color: hsl(264, 75%, 53%)
HEX #752DE1 color: #752DE1
RGB rgb(117, 45, 225) color: rgb(117, 45, 225)
CMYK cmyk(48%, 80%, 0%, 12%)
HSV hsv(264, 80%, 88%)
HWB hwb(264 18% 12%) color: hwb(264 18% 12%)
OKLCH oklch(0.5109 0.2456 293.73) color: oklch(0.5109 0.2456 293.73)
Lab lab(39.74 66.1 -78.31) color: lab(39.74 66.1 -78.31)
LCH lch(39.74 102.48 310.17) color: lch(39.74 102.48 310.17)

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.52:1
vs Black 3.22: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)

#5655B5 — rgb(86, 85, 181)

Deuteranopia (Green-blind)

#5A5FAB — rgb(90, 95, 171)

Tritanopia (Blue-blind)

#71938C — rgb(113, 147, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(264, 75%, 53%);

text

color: hsl(264, 75%, 53%);

border

border: 2px solid hsl(264, 75%, 53%);

gradient light

background: linear-gradient(to right, hsl(264, 75%, 73%), hsl(264, 75%, 53%));

gradient dark

background: linear-gradient(to right, hsl(264, 75%, 53%), hsl(264, 75%, 33%))

hex

background-color: #752DE1;

tailwind

bg-[hsl(264,75%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(264, 75%, 53%, 0.4);

css variable

--color-primary: hsl(264, 75%, 53%);

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(264, 75%, 53%)?

HEX: #752DE1 | RGB: rgb(117, 45, 225) | CMYK: 48%, 80%, 0%, 12% | HSV: 264°, 80%, 88%. Copy any format from the conversion table above.

What colors go well with #752DE1?

The complementary color is HSL(84, 75%, 53%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(264, 75%, 53%) in CSS?

As HSL: color: hsl(264, 75%, 53%); — As HEX: color: #752DE1; — As RGB: color: rgb(117, 45, 225); — Tailwind CSS: bg-[hsl(264,75%,53%)] — CSS variable: --color-primary: hsl(264, 75%, 53%);