HSL(265, 83%, 53%)

Vivid Indigo — Indigo color

Adjust Color

Color Information

Color Name

Vivid Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(265,83%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(265, 83%, 53%) color: hsl(265, 83%, 53%)
HEX #7724EB color: #7724EB
RGB rgb(119, 36, 235) color: rgb(119, 36, 235)
CMYK cmyk(49%, 85%, 0%, 8%)
HSV hsv(265, 85%, 92%)
HWB hwb(265 14% 8%) color: hwb(265 14% 8%)
OKLCH oklch(0.5152 0.2619 293.27) color: oklch(0.5152 0.2619 293.27)
Lab lab(39.88 71.73 -83.75) color: lab(39.88 71.73 -83.75)
LCH lch(39.88 110.27 310.58) color: lch(39.88 110.27 310.58)

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.49:1
vs Black 3.24: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)

#5352BB — rgb(83, 82, 187)

Deuteranopia (Green-blind)

#585EAF — rgb(88, 94, 175)

Tritanopia (Blue-blind)

#73958C — rgb(115, 149, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(265, 83%, 53%);

text

color: hsl(265, 83%, 53%);

border

border: 2px solid hsl(265, 83%, 53%);

gradient light

background: linear-gradient(to right, hsl(265, 83%, 73%), hsl(265, 83%, 53%));

gradient dark

background: linear-gradient(to right, hsl(265, 83%, 53%), hsl(265, 83%, 33%))

hex

background-color: #7724EB;

tailwind

bg-[hsl(265,83%,53%)]

box shadow

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

css variable

--color-primary: hsl(265, 83%, 53%);

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(265, 83%, 53%)?

HEX: #7724EB | RGB: rgb(119, 36, 235) | CMYK: 49%, 85%, 0%, 8% | HSV: 265°, 85%, 92%. Copy any format from the conversion table above.

What colors go well with #7724EB?

The complementary color is HSL(85, 83%, 53%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(265, 83%, 53%) in CSS?

As HSL: color: hsl(265, 83%, 53%); — As HEX: color: #7724EB; — As RGB: color: rgb(119, 36, 235); — Tailwind CSS: bg-[hsl(265,83%,53%)] — CSS variable: --color-primary: hsl(265, 83%, 53%);