HSL(261, 13%, 51%)

Grayish Indigo — Indigo color

Adjust Color

Color Information

Color Name

Grayish Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(261,13%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(261, 13%, 51%) color: hsl(261, 13%, 51%)
HEX #7D7292 color: #7D7292
RGB rgb(125, 114, 146) color: rgb(125, 114, 146)
CMYK cmyk(14%, 22%, 0%, 43%)
HSV hsv(261, 22%, 57%)
HWB hwb(261 44% 43%) color: hwb(261 44% 43%)
OKLCH oklch(0.5737 0.0501 300.55) color: oklch(0.5737 0.0501 300.55)
Lab lab(50.06 10.96 -15.83) color: lab(50.06 10.96 -15.83)
LCH lch(50.06 19.25 304.7) color: lch(50.06 19.25 304.7)

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 4.47:1
vs Black 4.69: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)

#78788A — rgb(120, 120, 138)

Deuteranopia (Green-blind)

#797A88 — rgb(121, 122, 136)

Tritanopia (Blue-blind)

#7C8483 — rgb(124, 132, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(261, 13%, 51%);

text

color: hsl(261, 13%, 51%);

border

border: 2px solid hsl(261, 13%, 51%);

gradient light

background: linear-gradient(to right, hsl(261, 13%, 71%), hsl(261, 13%, 51%));

gradient dark

background: linear-gradient(to right, hsl(261, 13%, 51%), hsl(261, 13%, 31%))

hex

background-color: #7D7292;

tailwind

bg-[hsl(261,13%,51%)]

box shadow

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

css variable

--color-primary: hsl(261, 13%, 51%);

Related Colors

Use Cases for Grayish Indigo

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(261, 13%, 51%)?

HEX: #7D7292 | RGB: rgb(125, 114, 146) | CMYK: 14%, 22%, 0%, 43% | HSV: 261°, 22%, 57%. Copy any format from the conversion table above.

What colors go well with #7D7292?

The complementary color is HSL(81, 13%, 51%). 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, 13%, 51%) in CSS?

As HSL: color: hsl(261, 13%, 51%); — As HEX: color: #7D7292; — As RGB: color: rgb(125, 114, 146); — Tailwind CSS: bg-[hsl(261,13%,51%)] — CSS variable: --color-primary: hsl(261, 13%, 51%);