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

Color Conversions

Format Value CSS Usage
HSL hsl(207, 5%, 41%) color: hsl(207, 5%, 41%)
HEX #63696E color: #63696E
RGB rgb(99, 105, 110) color: rgb(99, 105, 110)
CMYK cmyk(10%, 5%, 0%, 57%)
HSV hsv(207, 10%, 43%)
HWB hwb(207 39% 57%) color: hwb(207 39% 57%)
OKLCH oklch(0.5173 0.0108 242.98) color: oklch(0.5173 0.0108 242.98)
Lab lab(44.06 -1.2 -3.59) color: lab(44.06 -1.2 -3.59)
LCH lch(44.06 3.79 251.52) color: lch(44.06 3.79 251.52)

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.56:1
vs Black 3.78: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)

#66666D — rgb(102, 102, 109)

Deuteranopia (Green-blind)

#65656D — rgb(101, 101, 109)

Tritanopia (Blue-blind)

#636C6C — rgb(99, 108, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #63696E;

tailwind

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

box shadow

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

css variable

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

HEX: #63696E | RGB: rgb(99, 105, 110) | CMYK: 10%, 5%, 0%, 57% | HSV: 207°, 10%, 43%. Copy any format from the conversion table above.

What colors go well with #63696E?

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

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

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