HSL(166, 5%, 10%)

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(166,5%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(166, 5%, 10%) color: hsl(166, 5%, 10%)
HEX #181B1A color: #181B1A
RGB rgb(24, 27, 26) color: rgb(24, 27, 26)
CMYK cmyk(11%, 0%, 4%, 89%)
HSV hsv(160, 11%, 11%)
HWB hwb(160 10% 89%) color: hwb(160 10% 89%)
OKLCH oklch(0.2185 0.0049 173.91) color: oklch(0.2185 0.0049 173.91)
Lab lab(9.42 -1.69 0.21) color: lab(9.42 -1.69 0.21)
LCH lch(9.42 1.7 172.92) color: lch(9.42 1.7 172.92)

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 17.35:1
vs Black 1.21: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)

#19191A — rgb(25, 25, 26)

Deuteranopia (Green-blind)

#19191A — rgb(25, 25, 26)

Tritanopia (Blue-blind)

#181A1A — rgb(24, 26, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(166, 5%, 10%);

text

color: hsl(166, 5%, 10%);

border

border: 2px solid hsl(166, 5%, 10%);

gradient light

background: linear-gradient(to right, hsl(166, 5%, 30%), hsl(166, 5%, 10%));

gradient dark

background: linear-gradient(to right, hsl(166, 5%, 10%), hsl(166, 5%, 0%))

hex

background-color: #181B1A;

tailwind

bg-[hsl(166,5%,10%)]

box shadow

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

css variable

--color-primary: hsl(166, 5%, 10%);

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(166, 5%, 10%)?

HEX: #181B1A | RGB: rgb(24, 27, 26) | CMYK: 11%, 0%, 4%, 89% | HSV: 160°, 11%, 11%. Copy any format from the conversion table above.

What colors go well with #181B1A?

The complementary color is HSL(346, 5%, 10%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(166, 5%, 10%) in CSS?

As HSL: color: hsl(166, 5%, 10%); — As HEX: color: #181B1A; — As RGB: color: rgb(24, 27, 26); — Tailwind CSS: bg-[hsl(166,5%,10%)] — CSS variable: --color-primary: hsl(166, 5%, 10%);