HSL(259, 10%, 47%)

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(259,10%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(259, 10%, 47%) color: hsl(259, 10%, 47%)
HEX #736C84 color: #736C84
RGB rgb(115, 108, 132) color: rgb(115, 108, 132)
CMYK cmyk(13%, 18%, 0%, 48%)
HSV hsv(258, 18%, 52%)
HWB hwb(258 43% 48%) color: hwb(258 43% 48%)
OKLCH oklch(0.5462 0.0377 298.49) color: oklch(0.5462 0.0377 298.49)
Lab lab(47.02 7.82 -12.23) color: lab(47.02 7.82 -12.23)
LCH lch(47.02 14.52 302.6) color: lch(47.02 14.52 302.6)

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.99:1
vs Black 4.21:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#70707E — rgb(112, 112, 126)

Deuteranopia (Green-blind)

#70717D — rgb(112, 113, 125)

Tritanopia (Blue-blind)

#737A79 — rgb(115, 122, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(259, 10%, 47%);

text

color: hsl(259, 10%, 47%);

border

border: 2px solid hsl(259, 10%, 47%);

gradient light

background: linear-gradient(to right, hsl(259, 10%, 67%), hsl(259, 10%, 47%));

gradient dark

background: linear-gradient(to right, hsl(259, 10%, 47%), hsl(259, 10%, 27%))

hex

background-color: #736C84;

tailwind

bg-[hsl(259,10%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(259, 10%, 47%, 0.4);

css variable

--color-primary: hsl(259, 10%, 47%);

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(259, 10%, 47%)?

HEX: #736C84 | RGB: rgb(115, 108, 132) | CMYK: 13%, 18%, 0%, 48% | HSV: 258°, 18%, 52%. Copy any format from the conversion table above.

What colors go well with #736C84?

The complementary color is HSL(79, 10%, 47%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(259, 10%, 47%) in CSS?

As HSL: color: hsl(259, 10%, 47%); — As HEX: color: #736C84; — As RGB: color: rgb(115, 108, 132); — Tailwind CSS: bg-[hsl(259,10%,47%)] — CSS variable: --color-primary: hsl(259, 10%, 47%);