HSL(347, 5%, 38%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(347,5%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(347, 5%, 38%) color: hsl(347, 5%, 38%)
HEX #665C5E color: #665C5E
RGB rgb(102, 92, 94) color: rgb(102, 92, 94)
CMYK cmyk(0%, 10%, 8%, 60%)
HSV hsv(348, 10%, 40%)
HWB hwb(348 36% 60%) color: hwb(348 36% 60%)
OKLCH oklch(0.485 0.0133 3.91) color: oklch(0.485 0.0133 3.91)
Lab lab(40.06 4.41 0.32) color: lab(40.06 4.41 0.32)
LCH lch(40.06 4.42 4.15) color: lch(40.06 4.42 4.15)

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 6.45:1
vs Black 3.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)

#62625E — rgb(98, 98, 94)

Deuteranopia (Green-blind)

#62635D — rgb(98, 99, 93)

Tritanopia (Blue-blind)

#665D5D — rgb(102, 93, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(347, 5%, 38%);

text

color: hsl(347, 5%, 38%);

border

border: 2px solid hsl(347, 5%, 38%);

gradient light

background: linear-gradient(to right, hsl(347, 5%, 58%), hsl(347, 5%, 38%));

gradient dark

background: linear-gradient(to right, hsl(347, 5%, 38%), hsl(347, 5%, 18%))

hex

background-color: #665C5E;

tailwind

bg-[hsl(347,5%,38%)]

box shadow

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

css variable

--color-primary: hsl(347, 5%, 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(347, 5%, 38%)?

HEX: #665C5E | RGB: rgb(102, 92, 94) | CMYK: 0%, 10%, 8%, 60% | HSV: 348°, 10%, 40%. Copy any format from the conversion table above.

What colors go well with #665C5E?

The complementary color is HSL(167, 5%, 38%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(347, 5%, 38%) in CSS?

As HSL: color: hsl(347, 5%, 38%); — As HEX: color: #665C5E; — As RGB: color: rgb(102, 92, 94); — Tailwind CSS: bg-[hsl(347,5%,38%)] — CSS variable: --color-primary: hsl(347, 5%, 38%);