HSL(53, 15%, 11%)

Very Dark Yellow — Yellow color

Adjust Color

Color Information

Color Name

Very Dark Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(53,15%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 15%, 11%) color: hsl(53, 15%, 11%)
HEX #201F18 color: #201F18
RGB rgb(32, 31, 24) color: rgb(32, 31, 24)
CMYK cmyk(0%, 3%, 25%, 87%)
HSV hsv(53, 25%, 13%)
HWB hwb(53 10% 87%) color: hwb(53 10% 87%)
OKLCH oklch(0.2379 0.013 100.59) color: oklch(0.2379 0.013 100.59)
Lab lab(11.64 -1.11 4.96) color: lab(11.64 -1.11 4.96)
LCH lch(11.64 5.08 102.61) color: lch(11.64 5.08 102.61)

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.53:1
vs Black 1.27: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)

#20201A — rgb(32, 32, 26)

Deuteranopia (Green-blind)

#20201A — rgb(32, 32, 26)

Tritanopia (Blue-blind)

#201B1B — rgb(32, 27, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 15%, 11%);

text

color: hsl(53, 15%, 11%);

border

border: 2px solid hsl(53, 15%, 11%);

gradient light

background: linear-gradient(to right, hsl(53, 15%, 31%), hsl(53, 15%, 11%));

gradient dark

background: linear-gradient(to right, hsl(53, 15%, 11%), hsl(53, 15%, 0%))

hex

background-color: #201F18;

tailwind

bg-[hsl(53,15%,11%)]

box shadow

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

css variable

--color-primary: hsl(53, 15%, 11%);

Related Colors

Use Cases for Very Dark Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(53, 15%, 11%)?

HEX: #201F18 | RGB: rgb(32, 31, 24) | CMYK: 0%, 3%, 25%, 87% | HSV: 53°, 25%, 13%. Copy any format from the conversion table above.

What colors go well with #201F18?

The complementary color is HSL(233, 15%, 11%). 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, 15%, 11%) in CSS?

As HSL: color: hsl(53, 15%, 11%); — As HEX: color: #201F18; — As RGB: color: rgb(32, 31, 24); — Tailwind CSS: bg-[hsl(53,15%,11%)] — CSS variable: --color-primary: hsl(53, 15%, 11%);