HSL(341, 7%, 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(341,7%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(341, 7%, 38%) color: hsl(341, 7%, 38%)
HEX #685A5E color: #685A5E
RGB rgb(104, 90, 94) color: rgb(104, 90, 94)
CMYK cmyk(0%, 13%, 10%, 59%)
HSV hsv(343, 13%, 41%)
HWB hwb(343 36% 59%) color: hwb(343 36% 59%)
OKLCH oklch(0.4825 0.0192 358.68) color: oklch(0.4825 0.0192 358.68)
Lab lab(39.69 6.44 -0.2) color: lab(39.69 6.44 -0.2)
LCH lch(39.69 6.44 358.22) color: lch(39.69 6.44 358.22)

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.54:1
vs Black 3.21: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)

#62625D — rgb(98, 98, 93)

Deuteranopia (Green-blind)

#63645D — rgb(99, 100, 93)

Tritanopia (Blue-blind)

#675C5C — rgb(103, 92, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(341, 7%, 38%);

text

color: hsl(341, 7%, 38%);

border

border: 2px solid hsl(341, 7%, 38%);

gradient light

background: linear-gradient(to right, hsl(341, 7%, 58%), hsl(341, 7%, 38%));

gradient dark

background: linear-gradient(to right, hsl(341, 7%, 38%), hsl(341, 7%, 18%))

hex

background-color: #685A5E;

tailwind

bg-[hsl(341,7%,38%)]

box shadow

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

css variable

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

HEX: #685A5E | RGB: rgb(104, 90, 94) | CMYK: 0%, 13%, 10%, 59% | HSV: 343°, 13%, 41%. Copy any format from the conversion table above.

What colors go well with #685A5E?

The complementary color is HSL(161, 7%, 38%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(341, 7%, 38%) in CSS?

As HSL: color: hsl(341, 7%, 38%); — As HEX: color: #685A5E; — As RGB: color: rgb(104, 90, 94); — Tailwind CSS: bg-[hsl(341,7%,38%)] — CSS variable: --color-primary: hsl(341, 7%, 38%);