HSL(143, 8%, 38%)

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(143,8%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(143, 8%, 38%) color: hsl(143, 8%, 38%)
HEX #59695F color: #59695F
RGB rgb(89, 105, 95) color: rgb(89, 105, 95)
CMYK cmyk(15%, 0%, 10%, 59%)
HSV hsv(143, 15%, 41%)
HWB hwb(143 35% 59%) color: hwb(143 35% 59%)
OKLCH oklch(0.5042 0.025 157.96) color: oklch(0.5042 0.025 157.96)
Lab lab(42.84 -8.24 3.6) color: lab(42.84 -8.24 3.6)
LCH lch(42.84 8.99 156.4) color: lch(42.84 8.99 156.4)

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 5.82:1
vs Black 3.61: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)

#606061 — rgb(96, 96, 97)

Deuteranopia (Green-blind)

#5F5E62 — rgb(95, 94, 98)

Tritanopia (Blue-blind)

#5A6364 — rgb(90, 99, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(143, 8%, 38%);

text

color: hsl(143, 8%, 38%);

border

border: 2px solid hsl(143, 8%, 38%);

gradient light

background: linear-gradient(to right, hsl(143, 8%, 58%), hsl(143, 8%, 38%));

gradient dark

background: linear-gradient(to right, hsl(143, 8%, 38%), hsl(143, 8%, 18%))

hex

background-color: #59695F;

tailwind

bg-[hsl(143,8%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(143, 8%, 38%, 0.4);

css variable

--color-primary: hsl(143, 8%, 38%);

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(143, 8%, 38%)?

HEX: #59695F | RGB: rgb(89, 105, 95) | CMYK: 15%, 0%, 10%, 59% | HSV: 143°, 15%, 41%. Copy any format from the conversion table above.

What colors go well with #59695F?

The complementary color is HSL(323, 8%, 38%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(143, 8%, 38%) in CSS?

As HSL: color: hsl(143, 8%, 38%); — As HEX: color: #59695F; — As RGB: color: rgb(89, 105, 95); — Tailwind CSS: bg-[hsl(143,8%,38%)] — CSS variable: --color-primary: hsl(143, 8%, 38%);