HSL(81, 6%, 39%)

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(81,6%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 6%, 39%) color: hsl(81, 6%, 39%)
HEX #65695D color: #65695D
RGB rgb(101, 105, 93) color: rgb(101, 105, 93)
CMYK cmyk(4%, 0%, 11%, 59%)
HSV hsv(80, 11%, 41%)
HWB hwb(80 36% 59%) color: hwb(80 36% 59%)
OKLCH oklch(0.5136 0.0191 122.1) color: oklch(0.5136 0.0191 122.1)
Lab lab(43.74 -3.96 6.22) color: lab(43.74 -3.96 6.22)
LCH lch(43.74 7.37 122.48) color: lch(43.74 7.37 122.48)

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.63:1
vs Black 3.73: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)

#676760 — rgb(103, 103, 96)

Deuteranopia (Green-blind)

#676661 — rgb(103, 102, 97)

Tritanopia (Blue-blind)

#656263 — rgb(101, 98, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 6%, 39%);

text

color: hsl(81, 6%, 39%);

border

border: 2px solid hsl(81, 6%, 39%);

gradient light

background: linear-gradient(to right, hsl(81, 6%, 59%), hsl(81, 6%, 39%));

gradient dark

background: linear-gradient(to right, hsl(81, 6%, 39%), hsl(81, 6%, 19%))

hex

background-color: #65695D;

tailwind

bg-[hsl(81,6%,39%)]

box shadow

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

css variable

--color-primary: hsl(81, 6%, 39%);

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(81, 6%, 39%)?

HEX: #65695D | RGB: rgb(101, 105, 93) | CMYK: 4%, 0%, 11%, 59% | HSV: 80°, 11%, 41%. Copy any format from the conversion table above.

What colors go well with #65695D?

The complementary color is HSL(261, 6%, 39%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 6%, 39%) in CSS?

As HSL: color: hsl(81, 6%, 39%); — As HEX: color: #65695D; — As RGB: color: rgb(101, 105, 93); — Tailwind CSS: bg-[hsl(81,6%,39%)] — CSS variable: --color-primary: hsl(81, 6%, 39%);