HSL(177, 6%, 7%)

Very Dark Black — Black color

Adjust Color

Color Information

Color Name

Very Dark Black

Color Family

Black

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(177,6%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(177, 6%, 7%) color: hsl(177, 6%, 7%)
HEX #111313 color: #111313
RGB rgb(17, 19, 19) color: rgb(17, 19, 19)
CMYK cmyk(11%, 0%, 0%, 93%)
HSV hsv(180, 11%, 7%)
HWB hwb(180 6% 93%) color: hwb(180 6% 93%)
OKLCH oklch(0.1845 0.0032 196.88) color: oklch(0.1845 0.0032 196.88)
Lab lab(5.71 -0.78 -0.28) color: lab(5.71 -0.78 -0.28)
LCH lch(5.71 0.83 199.75) color: lch(5.71 0.83 199.75)

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 18.64:1
vs Black 1.13: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)

#121213 — rgb(18, 18, 19)

Deuteranopia (Green-blind)

#121213 — rgb(18, 18, 19)

Tritanopia (Blue-blind)

#111313 — rgb(17, 19, 19)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(177, 6%, 7%);

text

color: hsl(177, 6%, 7%);

border

border: 2px solid hsl(177, 6%, 7%);

gradient light

background: linear-gradient(to right, hsl(177, 6%, 27%), hsl(177, 6%, 7%));

gradient dark

background: linear-gradient(to right, hsl(177, 6%, 7%), hsl(177, 6%, 0%))

hex

background-color: #111313;

tailwind

bg-[hsl(177,6%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(177, 6%, 7%, 0.4);

css variable

--color-primary: hsl(177, 6%, 7%);

Related Colors

Use Cases for Very Dark Black

UI elements Web design Branding Graphic design Print design

Frequently Asked Questions

What are all the color codes for HSL(177, 6%, 7%)?

HEX: #111313 | RGB: rgb(17, 19, 19) | CMYK: 11%, 0%, 0%, 93% | HSV: 180°, 11%, 7%. Copy any format from the conversion table above.

What colors go well with #111313?

The complementary color is HSL(357, 6%, 7%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(177, 6%, 7%) in CSS?

As HSL: color: hsl(177, 6%, 7%); — As HEX: color: #111313; — As RGB: color: rgb(17, 19, 19); — Tailwind CSS: bg-[hsl(177,6%,7%)] — CSS variable: --color-primary: hsl(177, 6%, 7%);