HSL(195, 5%, 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(195,5%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(195, 5%, 39%) color: hsl(195, 5%, 39%)
HEX #5E6668 color: #5E6668
RGB rgb(94, 102, 104) color: rgb(94, 102, 104)
CMYK cmyk(10%, 2%, 0%, 59%)
HSV hsv(192, 10%, 41%)
HWB hwb(192 37% 59%) color: hwb(192 37% 59%)
OKLCH oklch(0.504 0.0104 214.39) color: oklch(0.504 0.0104 214.39)
Lab lab(42.58 -2.63 -2.18) color: lab(42.58 -2.63 -2.18)
LCH lch(42.58 3.42 219.66) color: lch(42.58 3.42 219.66)

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.87:1
vs Black 3.58: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)

#616268 — rgb(97, 98, 104)

Deuteranopia (Green-blind)

#616067 — rgb(97, 96, 103)

Tritanopia (Blue-blind)

#5E6767 — rgb(94, 103, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(195, 5%, 39%);

text

color: hsl(195, 5%, 39%);

border

border: 2px solid hsl(195, 5%, 39%);

gradient light

background: linear-gradient(to right, hsl(195, 5%, 59%), hsl(195, 5%, 39%));

gradient dark

background: linear-gradient(to right, hsl(195, 5%, 39%), hsl(195, 5%, 19%))

hex

background-color: #5E6668;

tailwind

bg-[hsl(195,5%,39%)]

box shadow

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

css variable

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

HEX: #5E6668 | RGB: rgb(94, 102, 104) | CMYK: 10%, 2%, 0%, 59% | HSV: 192°, 10%, 41%. Copy any format from the conversion table above.

What colors go well with #5E6668?

The complementary color is HSL(15, 5%, 39%). For a triadic harmony, use hues 195°, 315°, and 75°. For analogous combinations, try hues 165° and 225°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(195, 5%, 39%) in CSS?

As HSL: color: hsl(195, 5%, 39%); — As HEX: color: #5E6668; — As RGB: color: rgb(94, 102, 104); — Tailwind CSS: bg-[hsl(195,5%,39%)] — CSS variable: --color-primary: hsl(195, 5%, 39%);