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

Color Conversions

Format Value CSS Usage
HSL hsl(267, 10%, 47%) color: hsl(267, 10%, 47%)
HEX #776C84 color: #776C84
RGB rgb(119, 108, 132) color: rgb(119, 108, 132)
CMYK cmyk(10%, 18%, 0%, 48%)
HSV hsv(268, 18%, 52%)
HWB hwb(268 43% 48%) color: hwb(268 43% 48%)
OKLCH oklch(0.5499 0.0389 305.89) color: oklch(0.5499 0.0389 305.89)
Lab lab(47.38 9.25 -11.65) color: lab(47.38 9.25 -11.65)
LCH lch(47.38 14.88 308.45) color: lch(47.38 14.88 308.45)

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.93:1
vs Black 4.26: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)

#72727E — rgb(114, 114, 126)

Deuteranopia (Green-blind)

#73747D — rgb(115, 116, 125)

Tritanopia (Blue-blind)

#767A79 — rgb(118, 122, 121)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #776C84;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(267, 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(267, 10%, 47%)?

HEX: #776C84 | RGB: rgb(119, 108, 132) | CMYK: 10%, 18%, 0%, 48% | HSV: 268°, 18%, 52%. Copy any format from the conversion table above.

What colors go well with #776C84?

The complementary color is HSL(87, 10%, 47%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

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

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