HSL(280, 70%, 71%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(280,70%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(280, 70%, 71%) color: hsl(280, 70%, 71%)
HEX #C681E9 color: #C681E9
RGB rgb(198, 129, 233) color: rgb(198, 129, 233)
CMYK cmyk(15%, 45%, 0%, 9%)
HSV hsv(280, 45%, 91%)
HWB hwb(280 50% 9%) color: hwb(280 50% 9%)
OKLCH oklch(0.7134 0.1617 313.46) color: oklch(0.7134 0.1617 313.46)
Lab lab(64.64 44.55 -42.3) color: lab(64.64 44.55 -42.3)
LCH lch(64.64 61.43 316.48) color: lch(64.64 61.43 316.48)

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.72:1
vs Black 7.72: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)

#A8A8D0 — rgb(168, 168, 208)

Deuteranopia (Green-blind)

#ACB1CA — rgb(172, 177, 202)

Tritanopia (Blue-blind)

#C3BCB8 — rgb(195, 188, 184)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(280, 70%, 71%);

text

color: hsl(280, 70%, 71%);

border

border: 2px solid hsl(280, 70%, 71%);

gradient light

background: linear-gradient(to right, hsl(280, 70%, 91%), hsl(280, 70%, 71%));

gradient dark

background: linear-gradient(to right, hsl(280, 70%, 71%), hsl(280, 70%, 51%))

hex

background-color: #C681E9;

tailwind

bg-[hsl(280,70%,71%)]

box shadow

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

css variable

--color-primary: hsl(280, 70%, 71%);

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

HEX: #C681E9 | RGB: rgb(198, 129, 233) | CMYK: 15%, 45%, 0%, 9% | HSV: 280°, 45%, 91%. Copy any format from the conversion table above.

What colors go well with #C681E9?

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

As HSL: color: hsl(280, 70%, 71%); — As HEX: color: #C681E9; — As RGB: color: rgb(198, 129, 233); — Tailwind CSS: bg-[hsl(280,70%,71%)] — CSS variable: --color-primary: hsl(280, 70%, 71%);