HSL(152, 5%, 62%)

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(152,5%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(152, 5%, 62%) color: hsl(152, 5%, 62%)
HEX #99A39E color: #99A39E
RGB rgb(153, 163, 158) color: rgb(153, 163, 158)
CMYK cmyk(6%, 0%, 3%, 36%)
HSV hsv(150, 6%, 64%)
HWB hwb(150 60% 36%) color: hwb(150 60% 36%)
OKLCH oklch(0.706 0.0134 164.64) color: oklch(0.706 0.0134 164.64)
Lab lab(66.09 -4.52 1.37) color: lab(66.09 -4.52 1.37)
LCH lch(66.09 4.72 163.14) color: lch(66.09 4.72 163.14)

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.6:1
vs Black 8.09: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)

#9D9D9F — rgb(157, 157, 159)

Deuteranopia (Green-blind)

#9D9CA0 — rgb(157, 156, 160)

Tritanopia (Blue-blind)

#9AA0A0 — rgb(154, 160, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(152, 5%, 62%);

text

color: hsl(152, 5%, 62%);

border

border: 2px solid hsl(152, 5%, 62%);

gradient light

background: linear-gradient(to right, hsl(152, 5%, 82%), hsl(152, 5%, 62%));

gradient dark

background: linear-gradient(to right, hsl(152, 5%, 62%), hsl(152, 5%, 42%))

hex

background-color: #99A39E;

tailwind

bg-[hsl(152,5%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(152, 5%, 62%, 0.4);

css variable

--color-primary: hsl(152, 5%, 62%);

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(152, 5%, 62%)?

HEX: #99A39E | RGB: rgb(153, 163, 158) | CMYK: 6%, 0%, 3%, 36% | HSV: 150°, 6%, 64%. Copy any format from the conversion table above.

What colors go well with #99A39E?

The complementary color is HSL(332, 5%, 62%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(152, 5%, 62%) in CSS?

As HSL: color: hsl(152, 5%, 62%); — As HEX: color: #99A39E; — As RGB: color: rgb(153, 163, 158); — Tailwind CSS: bg-[hsl(152,5%,62%)] — CSS variable: --color-primary: hsl(152, 5%, 62%);