HSL(257, 55%, 69%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(257,55%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(257, 55%, 69%) color: hsl(257, 55%, 69%)
HEX #9D84DB color: #9D84DB
RGB rgb(157, 132, 219) color: rgb(157, 132, 219)
CMYK cmyk(28%, 40%, 0%, 14%)
HSV hsv(257, 40%, 86%)
HWB hwb(257 52% 14%) color: hwb(257 52% 14%)
OKLCH oklch(0.6714 0.1279 296) color: oklch(0.6714 0.1279 296)
Lab lab(60.59 28.04 -41.15) color: lab(60.59 28.04 -41.15)
LCH lch(60.59 49.8 304.27) color: lch(60.59 49.8 304.27)

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.11:1
vs Black 6.76: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)

#9292C6 — rgb(146, 146, 198)

Deuteranopia (Green-blind)

#9496C1 — rgb(148, 150, 193)

Tritanopia (Blue-blind)

#9CB5B2 — rgb(156, 181, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(257, 55%, 69%);

text

color: hsl(257, 55%, 69%);

border

border: 2px solid hsl(257, 55%, 69%);

gradient light

background: linear-gradient(to right, hsl(257, 55%, 89%), hsl(257, 55%, 69%));

gradient dark

background: linear-gradient(to right, hsl(257, 55%, 69%), hsl(257, 55%, 49%))

hex

background-color: #9D84DB;

tailwind

bg-[hsl(257,55%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(257, 55%, 69%, 0.4);

css variable

--color-primary: hsl(257, 55%, 69%);

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(257, 55%, 69%)?

HEX: #9D84DB | RGB: rgb(157, 132, 219) | CMYK: 28%, 40%, 0%, 14% | HSV: 257°, 40%, 86%. Copy any format from the conversion table above.

What colors go well with #9D84DB?

The complementary color is HSL(77, 55%, 69%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(257, 55%, 69%) in CSS?

As HSL: color: hsl(257, 55%, 69%); — As HEX: color: #9D84DB; — As RGB: color: rgb(157, 132, 219); — Tailwind CSS: bg-[hsl(257,55%,69%)] — CSS variable: --color-primary: hsl(257, 55%, 69%);