HSL(251, 7%, 13%)

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(251,7%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(251, 7%, 13%) color: hsl(251, 7%, 13%)
HEX #201F23 color: #201F23
RGB rgb(32, 31, 35) color: rgb(32, 31, 35)
CMYK cmyk(9%, 11%, 0%, 86%)
HSV hsv(255, 11%, 14%)
HWB hwb(255 12% 86%) color: hwb(255 12% 86%)
OKLCH oklch(0.2421 0.0077 297.26) color: oklch(0.2421 0.0077 297.26)
Lab lab(12.01 1.49 -2.54) color: lab(12.01 1.49 -2.54)
LCH lch(12.01 2.94 300.4) color: lch(12.01 2.94 300.4)

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 16.38:1
vs Black 1.28: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)

#202022 — rgb(32, 32, 34)

Deuteranopia (Green-blind)

#202022 — rgb(32, 32, 34)

Tritanopia (Blue-blind)

#202121 — rgb(32, 33, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(251, 7%, 13%);

text

color: hsl(251, 7%, 13%);

border

border: 2px solid hsl(251, 7%, 13%);

gradient light

background: linear-gradient(to right, hsl(251, 7%, 33%), hsl(251, 7%, 13%));

gradient dark

background: linear-gradient(to right, hsl(251, 7%, 13%), hsl(251, 7%, 0%))

hex

background-color: #201F23;

tailwind

bg-[hsl(251,7%,13%)]

box shadow

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

css variable

--color-primary: hsl(251, 7%, 13%);

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(251, 7%, 13%)?

HEX: #201F23 | RGB: rgb(32, 31, 35) | CMYK: 9%, 11%, 0%, 86% | HSV: 255°, 11%, 14%. Copy any format from the conversion table above.

What colors go well with #201F23?

The complementary color is HSL(71, 7%, 13%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(251, 7%, 13%) in CSS?

As HSL: color: hsl(251, 7%, 13%); — As HEX: color: #201F23; — As RGB: color: rgb(32, 31, 35); — Tailwind CSS: bg-[hsl(251,7%,13%)] — CSS variable: --color-primary: hsl(251, 7%, 13%);