HSL(261, 25%, 65%)

Indigo — Indigo color

Adjust Color

Color Information

Color Name

Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(261,25%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(261, 25%, 65%) color: hsl(261, 25%, 65%)
HEX #9F8FBC color: #9F8FBC
RGB rgb(159, 143, 188) color: rgb(159, 143, 188)
CMYK cmyk(15%, 24%, 0%, 26%)
HSV hsv(261, 24%, 74%)
HWB hwb(261 56% 26%) color: hwb(261 56% 26%)
OKLCH oklch(0.68 0.0675 300.89) color: oklch(0.68 0.0675 300.89)
Lab lab(62.21 15.01 -21.22) color: lab(62.21 15.01 -21.22)
LCH lch(62.21 25.99 305.27) color: lch(62.21 25.99 305.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 2.95:1
vs Black 7.13: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)

#9898B1 — rgb(152, 152, 177)

Deuteranopia (Green-blind)

#999AAF — rgb(153, 154, 175)

Tritanopia (Blue-blind)

#9EA9A7 — rgb(158, 169, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(261, 25%, 65%);

text

color: hsl(261, 25%, 65%);

border

border: 2px solid hsl(261, 25%, 65%);

gradient light

background: linear-gradient(to right, hsl(261, 25%, 85%), hsl(261, 25%, 65%));

gradient dark

background: linear-gradient(to right, hsl(261, 25%, 65%), hsl(261, 25%, 45%))

hex

background-color: #9F8FBC;

tailwind

bg-[hsl(261,25%,65%)]

box shadow

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

css variable

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

HEX: #9F8FBC | RGB: rgb(159, 143, 188) | CMYK: 15%, 24%, 0%, 26% | HSV: 261°, 24%, 74%. Copy any format from the conversion table above.

What colors go well with #9F8FBC?

The complementary color is HSL(81, 25%, 65%). For a triadic harmony, use hues 261°, 21°, and 141°. For analogous combinations, try hues 231° and 291°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(261, 25%, 65%) in CSS?

As HSL: color: hsl(261, 25%, 65%); — As HEX: color: #9F8FBC; — As RGB: color: rgb(159, 143, 188); — Tailwind CSS: bg-[hsl(261,25%,65%)] — CSS variable: --color-primary: hsl(261, 25%, 65%);