HSL(53, 16%, 30%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(53,16%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 16%, 30%) color: hsl(53, 16%, 30%)
HEX #595640 color: #595640
RGB rgb(89, 86, 64) color: rgb(89, 86, 64)
CMYK cmyk(0%, 3%, 28%, 65%)
HSV hsv(53, 28%, 35%)
HWB hwb(53 25% 65%) color: hwb(53 25% 65%)
OKLCH oklch(0.4496 0.0342 101.15) color: oklch(0.4496 0.0342 101.15)
Lab lab(36.27 -2.83 13.28) color: lab(36.27 -2.83 13.28)
LCH lch(36.27 13.58 102.03) color: lch(36.27 13.58 102.03)

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 7.42:1
vs Black 2.83: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)

#585845 — rgb(88, 88, 69)

Deuteranopia (Green-blind)

#585847 — rgb(88, 88, 71)

Tritanopia (Blue-blind)

#594A4A — rgb(89, 74, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 16%, 30%);

text

color: hsl(53, 16%, 30%);

border

border: 2px solid hsl(53, 16%, 30%);

gradient light

background: linear-gradient(to right, hsl(53, 16%, 50%), hsl(53, 16%, 30%));

gradient dark

background: linear-gradient(to right, hsl(53, 16%, 30%), hsl(53, 16%, 10%))

hex

background-color: #595640;

tailwind

bg-[hsl(53,16%,30%)]

box shadow

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

css variable

--color-primary: hsl(53, 16%, 30%);

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(53, 16%, 30%)?

HEX: #595640 | RGB: rgb(89, 86, 64) | CMYK: 0%, 3%, 28%, 65% | HSV: 53°, 28%, 35%. Copy any format from the conversion table above.

What colors go well with #595640?

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

As HSL: color: hsl(53, 16%, 30%); — As HEX: color: #595640; — As RGB: color: rgb(89, 86, 64); — Tailwind CSS: bg-[hsl(53,16%,30%)] — CSS variable: --color-primary: hsl(53, 16%, 30%);