HSL(112, 4%, 58%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(112,4%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 4%, 58%) color: hsl(112, 4%, 58%)
HEX #919890 color: #919890
RGB rgb(145, 152, 144) color: rgb(145, 152, 144)
CMYK cmyk(5%, 0%, 5%, 40%)
HSV hsv(113, 5%, 60%)
HWB hwb(113 57% 40%) color: hwb(113 57% 40%)
OKLCH oklch(0.6715 0.0141 141.79) color: oklch(0.6715 0.0141 141.79)
Lab lab(62.07 -4.08 3.33) color: lab(62.07 -4.08 3.33)
LCH lch(62.07 5.27 140.78) color: lch(62.07 5.27 140.78)

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.96:1
vs Black 7.1: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)

#949492 — rgb(148, 148, 146)

Deuteranopia (Green-blind)

#949392 — rgb(148, 147, 146)

Tritanopia (Blue-blind)

#919394 — rgb(145, 147, 148)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 4%, 58%);

text

color: hsl(112, 4%, 58%);

border

border: 2px solid hsl(112, 4%, 58%);

gradient light

background: linear-gradient(to right, hsl(112, 4%, 78%), hsl(112, 4%, 58%));

gradient dark

background: linear-gradient(to right, hsl(112, 4%, 58%), hsl(112, 4%, 38%))

hex

background-color: #919890;

tailwind

bg-[hsl(112,4%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 4%, 58%, 0.4);

css variable

--color-primary: hsl(112, 4%, 58%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(112, 4%, 58%)?

HEX: #919890 | RGB: rgb(145, 152, 144) | CMYK: 5%, 0%, 5%, 40% | HSV: 113°, 5%, 60%. Copy any format from the conversion table above.

What colors go well with #919890?

The complementary color is HSL(292, 4%, 58%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 4%, 58%) in CSS?

As HSL: color: hsl(112, 4%, 58%); — As HEX: color: #919890; — As RGB: color: rgb(145, 152, 144); — Tailwind CSS: bg-[hsl(112,4%,58%)] — CSS variable: --color-primary: hsl(112, 4%, 58%);