HSL(256, 19%, 65%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(256,19%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(256, 19%, 65%) color: hsl(256, 19%, 65%)
HEX #9E95B7 color: #9E95B7
RGB rgb(158, 149, 183) color: rgb(158, 149, 183)
CMYK cmyk(14%, 19%, 0%, 28%)
HSV hsv(256, 19%, 72%)
HWB hwb(256 58% 28%) color: hwb(256 58% 28%)
OKLCH oklch(0.6891 0.0503 297.19) color: oklch(0.6891 0.0503 297.19)
Lab lab(63.49 10.17 -16.46) color: lab(63.49 10.17 -16.46)
LCH lch(63.49 19.35 301.71) color: lch(63.49 19.35 301.71)

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.82:1
vs Black 7.44: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)

#9A9AAF — rgb(154, 154, 175)

Deuteranopia (Green-blind)

#9B9BAD — rgb(155, 155, 173)

Tritanopia (Blue-blind)

#9EA8A7 — rgb(158, 168, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(256, 19%, 65%);

text

color: hsl(256, 19%, 65%);

border

border: 2px solid hsl(256, 19%, 65%);

gradient light

background: linear-gradient(to right, hsl(256, 19%, 85%), hsl(256, 19%, 65%));

gradient dark

background: linear-gradient(to right, hsl(256, 19%, 65%), hsl(256, 19%, 45%))

hex

background-color: #9E95B7;

tailwind

bg-[hsl(256,19%,65%)]

box shadow

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

css variable

--color-primary: hsl(256, 19%, 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(256, 19%, 65%)?

HEX: #9E95B7 | RGB: rgb(158, 149, 183) | CMYK: 14%, 19%, 0%, 28% | HSV: 256°, 19%, 72%. Copy any format from the conversion table above.

What colors go well with #9E95B7?

The complementary color is HSL(76, 19%, 65%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(256, 19%, 65%) in CSS?

As HSL: color: hsl(256, 19%, 65%); — As HEX: color: #9E95B7; — As RGB: color: rgb(158, 149, 183); — Tailwind CSS: bg-[hsl(256,19%,65%)] — CSS variable: --color-primary: hsl(256, 19%, 65%);