HSL(53, 8%, 16%)

Grayish Black — Black color

Adjust Color

Color Information

Color Name

Grayish Black

Color Family

Black

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(53,8%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 8%, 16%) color: hsl(53, 8%, 16%)
HEX #2C2B26 color: #2C2B26
RGB rgb(44, 43, 38) color: rgb(44, 43, 38)
CMYK cmyk(0%, 2%, 14%, 83%)
HSV hsv(50, 14%, 17%)
HWB hwb(50 15% 83%) color: hwb(50 15% 83%)
OKLCH oklch(0.2883 0.009 97.65) color: oklch(0.2883 0.009 97.65)
Lab lab(17.47 -0.67 3.42) color: lab(17.47 -0.67 3.42)
LCH lch(17.47 3.49 101.08) color: lch(17.47 3.49 101.08)

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 14.18:1
vs Black 1.48: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)

#2C2C27 — rgb(44, 44, 39)

Deuteranopia (Green-blind)

#2C2C28 — rgb(44, 44, 40)

Tritanopia (Blue-blind)

#2C2828 — rgb(44, 40, 40)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 8%, 16%);

text

color: hsl(53, 8%, 16%);

border

border: 2px solid hsl(53, 8%, 16%);

gradient light

background: linear-gradient(to right, hsl(53, 8%, 36%), hsl(53, 8%, 16%));

gradient dark

background: linear-gradient(to right, hsl(53, 8%, 16%), hsl(53, 8%, 0%))

hex

background-color: #2C2B26;

tailwind

bg-[hsl(53,8%,16%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(53, 8%, 16%, 0.4);

css variable

--color-primary: hsl(53, 8%, 16%);

Related Colors

Use Cases for Grayish Black

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(53, 8%, 16%)?

HEX: #2C2B26 | RGB: rgb(44, 43, 38) | CMYK: 0%, 2%, 14%, 83% | HSV: 50°, 14%, 17%. Copy any format from the conversion table above.

What colors go well with #2C2B26?

The complementary color is HSL(233, 8%, 16%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(53, 8%, 16%) in CSS?

As HSL: color: hsl(53, 8%, 16%); — As HEX: color: #2C2B26; — As RGB: color: rgb(44, 43, 38); — Tailwind CSS: bg-[hsl(53,8%,16%)] — CSS variable: --color-primary: hsl(53, 8%, 16%);