HSL(280, 50%, 64%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(280,50%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(280, 50%, 64%) color: hsl(280, 50%, 64%)
HEX #B375D1 color: #B375D1
RGB rgb(179, 117, 209) color: rgb(179, 117, 209)
CMYK cmyk(14%, 44%, 0%, 18%)
HSV hsv(280, 44%, 82%)
HWB hwb(280 46% 18%) color: hwb(280 46% 18%)
OKLCH oklch(0.6622 0.1465 313.97) color: oklch(0.6622 0.1465 313.97)
Lab lab(58.89 40.48 -38.05) color: lab(58.89 40.48 -38.05)
LCH lch(58.89 55.56 316.77) color: lch(58.89 55.56 316.77)

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.29:1
vs Black 6.38: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)

#9898BB — rgb(152, 152, 187)

Deuteranopia (Green-blind)

#9CA0B5 — rgb(156, 160, 181)

Tritanopia (Blue-blind)

#B0A9A5 — rgb(176, 169, 165)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(280, 50%, 64%);

text

color: hsl(280, 50%, 64%);

border

border: 2px solid hsl(280, 50%, 64%);

gradient light

background: linear-gradient(to right, hsl(280, 50%, 84%), hsl(280, 50%, 64%));

gradient dark

background: linear-gradient(to right, hsl(280, 50%, 64%), hsl(280, 50%, 44%))

hex

background-color: #B375D1;

tailwind

bg-[hsl(280,50%,64%)]

box shadow

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

css variable

--color-primary: hsl(280, 50%, 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(280, 50%, 64%)?

HEX: #B375D1 | RGB: rgb(179, 117, 209) | CMYK: 14%, 44%, 0%, 18% | HSV: 280°, 44%, 82%. Copy any format from the conversion table above.

What colors go well with #B375D1?

The complementary color is HSL(100, 50%, 64%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(280, 50%, 64%) in CSS?

As HSL: color: hsl(280, 50%, 64%); — As HEX: color: #B375D1; — As RGB: color: rgb(179, 117, 209); — Tailwind CSS: bg-[hsl(280,50%,64%)] — CSS variable: --color-primary: hsl(280, 50%, 64%);