HSL(282, 90%, 70%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(282,90%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(282, 90%, 70%) color: hsl(282, 90%, 70%)
HEX #CE6EF7 color: #CE6EF7
RGB rgb(206, 110, 247) color: rgb(206, 110, 247)
CMYK cmyk(17%, 55%, 0%, 3%)
HSV hsv(282, 55%, 97%)
HWB hwb(282 44% 3%) color: hwb(282 44% 3%)
OKLCH oklch(0.7018 0.2097 314.67) color: oklch(0.7018 0.2097 314.67)
Lab lab(62.5 59.3 -53.35) color: lab(62.5 59.3 -53.35)
LCH lch(62.5 79.77 318.02) color: lch(62.5 79.77 318.02)

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 2.92:1
vs Black 7.2:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#A4A4D6 — rgb(164, 164, 214)

Deuteranopia (Green-blind)

#AAB1CE — rgb(170, 177, 206)

Tritanopia (Blue-blind)

#C9BCB6 — rgb(201, 188, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(282, 90%, 70%);

text

color: hsl(282, 90%, 70%);

border

border: 2px solid hsl(282, 90%, 70%);

gradient light

background: linear-gradient(to right, hsl(282, 90%, 90%), hsl(282, 90%, 70%));

gradient dark

background: linear-gradient(to right, hsl(282, 90%, 70%), hsl(282, 90%, 50%))

hex

background-color: #CE6EF7;

tailwind

bg-[hsl(282,90%,70%)]

box shadow

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

css variable

--color-primary: hsl(282, 90%, 70%);

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, 90%, 70%)?

HEX: #CE6EF7 | RGB: rgb(206, 110, 247) | CMYK: 17%, 55%, 0%, 3% | HSV: 282°, 55%, 97%. Copy any format from the conversion table above.

What colors go well with #CE6EF7?

The complementary color is HSL(102, 90%, 70%). 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, 90%, 70%) in CSS?

As HSL: color: hsl(282, 90%, 70%); — As HEX: color: #CE6EF7; — As RGB: color: rgb(206, 110, 247); — Tailwind CSS: bg-[hsl(282,90%,70%)] — CSS variable: --color-primary: hsl(282, 90%, 70%);