HSL(256, 93%, 63%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(256,93%,63%)]

Color Conversions

Format Value CSS Usage
HSL hsl(256, 93%, 63%) color: hsl(256, 93%, 63%)
HEX #7849F8 color: #7849F8
RGB rgb(120, 73, 248) color: rgb(120, 73, 248)
CMYK cmyk(52%, 71%, 0%, 3%)
HSV hsv(256, 71%, 97%)
HWB hwb(256 28% 3%) color: hwb(256 28% 3%)
OKLCH oklch(0.5641 0.2434 288.3) color: oklch(0.5641 0.2434 288.3)
Lab lab(46.36 60.17 -80.44) color: lab(46.36 60.17 -80.44)
LCH lch(46.36 100.45 306.8) color: lch(46.36 100.45 306.8)

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 5.11:1
vs Black 4.11: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)

#6463CE — rgb(100, 99, 206)

Deuteranopia (Green-blind)

#666AC4 — rgb(102, 106, 196)

Tritanopia (Blue-blind)

#76ACA5 — rgb(118, 172, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(256, 93%, 63%);

text

color: hsl(256, 93%, 63%);

border

border: 2px solid hsl(256, 93%, 63%);

gradient light

background: linear-gradient(to right, hsl(256, 93%, 83%), hsl(256, 93%, 63%));

gradient dark

background: linear-gradient(to right, hsl(256, 93%, 63%), hsl(256, 93%, 43%))

hex

background-color: #7849F8;

tailwind

bg-[hsl(256,93%,63%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(256, 93%, 63%, 0.4);

css variable

--color-primary: hsl(256, 93%, 63%);

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(256, 93%, 63%)?

HEX: #7849F8 | RGB: rgb(120, 73, 248) | CMYK: 52%, 71%, 0%, 3% | HSV: 256°, 71%, 97%. Copy any format from the conversion table above.

What colors go well with #7849F8?

The complementary color is HSL(76, 93%, 63%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(256, 93%, 63%) in CSS?

As HSL: color: hsl(256, 93%, 63%); — As HEX: color: #7849F8; — As RGB: color: rgb(120, 73, 248); — Tailwind CSS: bg-[hsl(256,93%,63%)] — CSS variable: --color-primary: hsl(256, 93%, 63%);