HSL(282, 83%, 65%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,83%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 83%, 65%) color: hsl(282, 83%, 65%)
HEX #C35CF0 color: #C35CF0
RGB rgb(195, 92, 240) color: rgb(195, 92, 240)
CMYK cmyk(19%, 62%, 0%, 6%)
HSV hsv(282, 62%, 94%)
HWB hwb(282 36% 6%) color: hwb(282 36% 6%)
OKLCH oklch(0.662 0.2242 314.09) color: oklch(0.662 0.2242 314.09)
Lab lab(57.61 63.75 -57.35) color: lab(57.61 63.75 -57.35)
LCH lch(57.61 85.75 318.03) color: lch(57.61 85.75 318.03)

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.44:1
vs Black 6.11: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)

#9695CC — rgb(150, 149, 204)

Deuteranopia (Green-blind)

#9CA4C4 — rgb(156, 164, 196)

Tritanopia (Blue-blind)

#BEB0AA — rgb(190, 176, 170)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 83%, 65%);

text

color: hsl(282, 83%, 65%);

border

border: 2px solid hsl(282, 83%, 65%);

gradient light

background: linear-gradient(to right, hsl(282, 83%, 85%), hsl(282, 83%, 65%));

gradient dark

background: linear-gradient(to right, hsl(282, 83%, 65%), hsl(282, 83%, 45%))

hex

background-color: #C35CF0;

tailwind

bg-[hsl(282,83%,65%)]

box shadow

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

css variable

--color-primary: hsl(282, 83%, 65%);

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(282, 83%, 65%)?

HEX: #C35CF0 | RGB: rgb(195, 92, 240) | CMYK: 19%, 62%, 0%, 6% | HSV: 282°, 62%, 94%. Copy any format from the conversion table above.

What colors go well with #C35CF0?

The complementary color is HSL(102, 83%, 65%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(282, 83%, 65%) in CSS?

As HSL: color: hsl(282, 83%, 65%); — As HEX: color: #C35CF0; — As RGB: color: rgb(195, 92, 240); — Tailwind CSS: bg-[hsl(282,83%,65%)] — CSS variable: --color-primary: hsl(282, 83%, 65%);