HSL(237, 5%, 41%)

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(237,5%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(237, 5%, 41%) color: hsl(237, 5%, 41%)
HEX #63646E color: #63646E
RGB rgb(99, 100, 110) color: rgb(99, 100, 110)
CMYK cmyk(10%, 9%, 0%, 57%)
HSV hsv(235, 10%, 43%)
HWB hwb(235 39% 57%) color: hwb(235 39% 57%)
OKLCH oklch(0.5058 0.0158 281.27) color: oklch(0.5058 0.0158 281.27)
Lab lab(42.6 1.79 -5.76) color: lab(42.6 1.79 -5.76)
LCH lch(42.6 6.03 287.26) color: lch(42.6 6.03 287.26)

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)

#63636C — rgb(99, 99, 108)

Deuteranopia (Green-blind)

#63636B — rgb(99, 99, 107)

Tritanopia (Blue-blind)

#636A69 — rgb(99, 106, 105)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(237, 5%, 41%);

text

color: hsl(237, 5%, 41%);

border

border: 2px solid hsl(237, 5%, 41%);

gradient light

background: linear-gradient(to right, hsl(237, 5%, 61%), hsl(237, 5%, 41%));

gradient dark

background: linear-gradient(to right, hsl(237, 5%, 41%), hsl(237, 5%, 21%))

hex

background-color: #63646E;

tailwind

bg-[hsl(237,5%,41%)]

box shadow

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

css variable

--color-primary: hsl(237, 5%, 41%);

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(237, 5%, 41%)?

HEX: #63646E | RGB: rgb(99, 100, 110) | CMYK: 10%, 9%, 0%, 57% | HSV: 235°, 10%, 43%. Copy any format from the conversion table above.

What colors go well with #63646E?

The complementary color is HSL(57, 5%, 41%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(237, 5%, 41%) in CSS?

As HSL: color: hsl(237, 5%, 41%); — As HEX: color: #63646E; — As RGB: color: rgb(99, 100, 110); — Tailwind CSS: bg-[hsl(237,5%,41%)] — CSS variable: --color-primary: hsl(237, 5%, 41%);