HSL(38, 9%, 35%)

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(38,9%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(38, 9%, 35%) color: hsl(38, 9%, 35%)
HEX #615B51 color: #615B51
RGB rgb(97, 91, 81) color: rgb(97, 91, 81)
CMYK cmyk(0%, 6%, 16%, 62%)
HSV hsv(38, 16%, 38%)
HWB hwb(38 32% 62%) color: hwb(38 32% 62%)
OKLCH oklch(0.4737 0.0175 80.63) color: oklch(0.4737 0.0175 80.63)
Lab lab(38.93 0.5 6.63) color: lab(38.93 0.5 6.63)
LCH lch(38.93 6.65 85.69) color: lch(38.93 6.65 85.69)

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.72:1
vs Black 3.12: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)

#5E5E53 — rgb(94, 94, 83)

Deuteranopia (Green-blind)

#5F5F54 — rgb(95, 95, 84)

Tritanopia (Blue-blind)

#615556 — rgb(97, 85, 86)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(38, 9%, 35%);

text

color: hsl(38, 9%, 35%);

border

border: 2px solid hsl(38, 9%, 35%);

gradient light

background: linear-gradient(to right, hsl(38, 9%, 55%), hsl(38, 9%, 35%));

gradient dark

background: linear-gradient(to right, hsl(38, 9%, 35%), hsl(38, 9%, 15%))

hex

background-color: #615B51;

tailwind

bg-[hsl(38,9%,35%)]

box shadow

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

css variable

--color-primary: hsl(38, 9%, 35%);

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(38, 9%, 35%)?

HEX: #615B51 | RGB: rgb(97, 91, 81) | CMYK: 0%, 6%, 16%, 62% | HSV: 38°, 16%, 38%. Copy any format from the conversion table above.

What colors go well with #615B51?

The complementary color is HSL(218, 9%, 35%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(38, 9%, 35%) in CSS?

As HSL: color: hsl(38, 9%, 35%); — As HEX: color: #615B51; — As RGB: color: rgb(97, 91, 81); — Tailwind CSS: bg-[hsl(38,9%,35%)] — CSS variable: --color-primary: hsl(38, 9%, 35%);