HSL(57, 44%, 16%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(57,44%,16%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 44%, 16%) color: hsl(57, 44%, 16%)
HEX #3B3917 color: #3B3917
RGB rgb(59, 57, 23) color: rgb(59, 57, 23)
CMYK cmyk(0%, 3%, 61%, 77%)
HSV hsv(57, 61%, 23%)
HWB hwb(57 9% 77%) color: hwb(57 9% 77%)
OKLCH oklch(0.338 0.0518 105.79) color: oklch(0.338 0.0518 105.79)
Lab lab(23.4 -4.73 21.23) color: lab(23.4 -4.73 21.23)
LCH lch(23.4 21.75 102.56) color: lch(23.4 21.75 102.56)

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 11.77:1
vs Black 1.78: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)

#3A3A1F — rgb(58, 58, 31)

Deuteranopia (Green-blind)

#3A3A21 — rgb(58, 58, 33)

Tritanopia (Blue-blind)

#3B2627 — rgb(59, 38, 39)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 44%, 16%);

text

color: hsl(57, 44%, 16%);

border

border: 2px solid hsl(57, 44%, 16%);

gradient light

background: linear-gradient(to right, hsl(57, 44%, 36%), hsl(57, 44%, 16%));

gradient dark

background: linear-gradient(to right, hsl(57, 44%, 16%), hsl(57, 44%, 0%))

hex

background-color: #3B3917;

tailwind

bg-[hsl(57,44%,16%)]

box shadow

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

css variable

--color-primary: hsl(57, 44%, 16%);

Related Colors

Use Cases for Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(57, 44%, 16%)?

HEX: #3B3917 | RGB: rgb(59, 57, 23) | CMYK: 0%, 3%, 61%, 77% | HSV: 57°, 61%, 23%. Copy any format from the conversion table above.

What colors go well with #3B3917?

The complementary color is HSL(237, 44%, 16%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(57, 44%, 16%) in CSS?

As HSL: color: hsl(57, 44%, 16%); — As HEX: color: #3B3917; — As RGB: color: rgb(59, 57, 23); — Tailwind CSS: bg-[hsl(57,44%,16%)] — CSS variable: --color-primary: hsl(57, 44%, 16%);