HSL(263, 63%, 64%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(263,63%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(263, 63%, 64%) color: hsl(263, 63%, 64%)
HEX #9669DD color: #9669DD
RGB rgb(150, 105, 221) color: rgb(150, 105, 221)
CMYK cmyk(32%, 52%, 0%, 13%)
HSV hsv(263, 52%, 87%)
HWB hwb(263 42% 13%) color: hwb(263 42% 13%)
OKLCH oklch(0.6194 0.1716 299.25) color: oklch(0.6194 0.1716 299.25)
Lab lab(53.82 42.02 -53.04) color: lab(53.82 42.02 -53.04)
LCH lch(53.82 67.67 308.39) color: lch(53.82 67.67 308.39)

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 3.92:1
vs Black 5.36: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)

#8382C1 — rgb(131, 130, 193)

Deuteranopia (Green-blind)

#8589BA — rgb(133, 137, 186)

Tritanopia (Blue-blind)

#94ABA6 — rgb(148, 171, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(263, 63%, 64%);

text

color: hsl(263, 63%, 64%);

border

border: 2px solid hsl(263, 63%, 64%);

gradient light

background: linear-gradient(to right, hsl(263, 63%, 84%), hsl(263, 63%, 64%));

gradient dark

background: linear-gradient(to right, hsl(263, 63%, 64%), hsl(263, 63%, 44%))

hex

background-color: #9669DD;

tailwind

bg-[hsl(263,63%,64%)]

box shadow

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

css variable

--color-primary: hsl(263, 63%, 64%);

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(263, 63%, 64%)?

HEX: #9669DD | RGB: rgb(150, 105, 221) | CMYK: 32%, 52%, 0%, 13% | HSV: 263°, 52%, 87%. Copy any format from the conversion table above.

What colors go well with #9669DD?

The complementary color is HSL(83, 63%, 64%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(263, 63%, 64%) in CSS?

As HSL: color: hsl(263, 63%, 64%); — As HEX: color: #9669DD; — As RGB: color: rgb(150, 105, 221); — Tailwind CSS: bg-[hsl(263,63%,64%)] — CSS variable: --color-primary: hsl(263, 63%, 64%);