HSL(53, 30%, 28%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(53, 30%, 28%) color: hsl(53, 30%, 28%)
HEX #5D5832 color: #5D5832
RGB rgb(93, 88, 50) color: rgb(93, 88, 50)
CMYK cmyk(0%, 5%, 46%, 64%)
HSV hsv(53, 46%, 36%)
HWB hwb(53 19% 64%) color: hwb(53 19% 64%)
OKLCH oklch(0.4554 0.0562 101.79) color: oklch(0.4554 0.0562 101.79)
Lab lab(37 -4.15 22.71) color: lab(37 -4.15 22.71)
LCH lch(37 23.09 100.36) color: lch(37 23.09 100.36)

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.22:1
vs Black 2.91: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)

#5B5B3B — rgb(91, 91, 59)

Deuteranopia (Green-blind)

#5B5C3D — rgb(91, 92, 61)

Tritanopia (Blue-blind)

#5D4244 — rgb(93, 66, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(53, 30%, 48%), hsl(53, 30%, 28%));

gradient dark

background: linear-gradient(to right, hsl(53, 30%, 28%), hsl(53, 30%, 8%))

hex

background-color: #5D5832;

tailwind

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

box shadow

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

css variable

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

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, 30%, 28%)?

HEX: #5D5832 | RGB: rgb(93, 88, 50) | CMYK: 0%, 5%, 46%, 64% | HSV: 53°, 46%, 36%. Copy any format from the conversion table above.

What colors go well with #5D5832?

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

As HSL: color: hsl(53, 30%, 28%); — As HEX: color: #5D5832; — As RGB: color: rgb(93, 88, 50); — Tailwind CSS: bg-[hsl(53,30%,28%)] — CSS variable: --color-primary: hsl(53, 30%, 28%);