HSL(279, 95%, 67%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(279,95%,67%)]

Color Conversions

Format Value CSS Usage
HSL hsl(279, 95%, 67%) color: hsl(279, 95%, 67%)
HEX #C35BFB color: #C35BFB
RGB rgb(195, 91, 251) color: rgb(195, 91, 251)
CMYK cmyk(22%, 64%, 0%, 2%)
HSV hsv(279, 64%, 98%)
HWB hwb(279 35% 2%) color: hwb(279 35% 2%)
OKLCH oklch(0.6675 0.2362 311.58) color: oklch(0.6675 0.2362 311.58)
Lab lab(58.08 66.45 -62.69) color: lab(58.08 66.45 -62.69)
LCH lch(58.08 91.35 316.67) color: lch(58.08 91.35 316.67)

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.38:1
vs Black 6.21: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)

#9695D4 — rgb(150, 149, 212)

Deuteranopia (Green-blind)

#9CA4CB — rgb(156, 164, 203)

Tritanopia (Blue-blind)

#BEB6AF — rgb(190, 182, 175)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(279, 95%, 67%);

text

color: hsl(279, 95%, 67%);

border

border: 2px solid hsl(279, 95%, 67%);

gradient light

background: linear-gradient(to right, hsl(279, 95%, 87%), hsl(279, 95%, 67%));

gradient dark

background: linear-gradient(to right, hsl(279, 95%, 67%), hsl(279, 95%, 47%))

hex

background-color: #C35BFB;

tailwind

bg-[hsl(279,95%,67%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(279, 95%, 67%, 0.4);

css variable

--color-primary: hsl(279, 95%, 67%);

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(279, 95%, 67%)?

HEX: #C35BFB | RGB: rgb(195, 91, 251) | CMYK: 22%, 64%, 0%, 2% | HSV: 279°, 64%, 98%. Copy any format from the conversion table above.

What colors go well with #C35BFB?

The complementary color is HSL(99, 95%, 67%). For a triadic harmony, use hues 279°, 39°, and 159°. For analogous combinations, try hues 249° and 309°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(279, 95%, 67%) in CSS?

As HSL: color: hsl(279, 95%, 67%); — As HEX: color: #C35BFB; — As RGB: color: rgb(195, 91, 251); — Tailwind CSS: bg-[hsl(279,95%,67%)] — CSS variable: --color-primary: hsl(279, 95%, 67%);