HSL(243, 5%, 26%)

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(243,5%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(243, 5%, 26%) color: hsl(243, 5%, 26%)
HEX #3F3F46 color: #3F3F46
RGB rgb(63, 63, 70) color: rgb(63, 63, 70)
CMYK cmyk(10%, 10%, 0%, 73%)
HSV hsv(240, 10%, 27%)
HWB hwb(240 24% 73%) color: hwb(240 24% 73%)
OKLCH oklch(0.3703 0.0119 285.81) color: oklch(0.3703 0.0119 285.81)
Lab lab(26.89 1.64 -4.26) color: lab(26.89 1.64 -4.26)
LCH lch(26.89 4.56 291.06) color: lch(26.89 4.56 291.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 10.44:1
vs Black 2.01:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3F3F44 — rgb(63, 63, 68)

Deuteranopia (Green-blind)

#3F3F44 — rgb(63, 63, 68)

Tritanopia (Blue-blind)

#3F4343 — rgb(63, 67, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(243, 5%, 26%);

text

color: hsl(243, 5%, 26%);

border

border: 2px solid hsl(243, 5%, 26%);

gradient light

background: linear-gradient(to right, hsl(243, 5%, 46%), hsl(243, 5%, 26%));

gradient dark

background: linear-gradient(to right, hsl(243, 5%, 26%), hsl(243, 5%, 6%))

hex

background-color: #3F3F46;

tailwind

bg-[hsl(243,5%,26%)]

box shadow

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

css variable

--color-primary: hsl(243, 5%, 26%);

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(243, 5%, 26%)?

HEX: #3F3F46 | RGB: rgb(63, 63, 70) | CMYK: 10%, 10%, 0%, 73% | HSV: 240°, 10%, 27%. Copy any format from the conversion table above.

What colors go well with #3F3F46?

The complementary color is HSL(63, 5%, 26%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(243, 5%, 26%) in CSS?

As HSL: color: hsl(243, 5%, 26%); — As HEX: color: #3F3F46; — As RGB: color: rgb(63, 63, 70); — Tailwind CSS: bg-[hsl(243,5%,26%)] — CSS variable: --color-primary: hsl(243, 5%, 26%);