HSL(15, 5%, 39%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(15, 5%, 39%) color: hsl(15, 5%, 39%)
HEX #68615E color: #68615E
RGB rgb(104, 97, 94) color: rgb(104, 97, 94)
CMYK cmyk(0%, 7%, 10%, 59%)
HSV hsv(18, 10%, 41%)
HWB hwb(18 37% 59%) color: hwb(18 37% 59%)
OKLCH oklch(0.4982 0.0102 44.78) color: oklch(0.4982 0.0102 44.78)
Lab lab(41.69 2.19 2.71) color: lab(41.69 2.19 2.71)
LCH lch(41.69 3.48 51.06) color: lch(41.69 3.48 51.06)

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.07:1
vs Black 3.46: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)

#65655F — rgb(101, 101, 95)

Deuteranopia (Green-blind)

#65665F — rgb(101, 102, 95)

Tritanopia (Blue-blind)

#685F5F — rgb(104, 95, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #68615E;

tailwind

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

box shadow

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

css variable

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

HEX: #68615E | RGB: rgb(104, 97, 94) | CMYK: 0%, 7%, 10%, 59% | HSV: 18°, 10%, 41%. Copy any format from the conversion table above.

What colors go well with #68615E?

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

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

As HSL: color: hsl(15, 5%, 39%); — As HEX: color: #68615E; — As RGB: color: rgb(104, 97, 94); — Tailwind CSS: bg-[hsl(15,5%,39%)] — CSS variable: --color-primary: hsl(15, 5%, 39%);