HSL(54, 35%, 33%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(54,35%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(54, 35%, 33%) color: hsl(54, 35%, 33%)
HEX #726C37 color: #726C37
RGB rgb(114, 108, 55) color: rgb(114, 108, 55)
CMYK cmyk(0%, 5%, 52%, 55%)
HSV hsv(54, 52%, 45%)
HWB hwb(54 22% 55%) color: hwb(54 22% 55%)
OKLCH oklch(0.5244 0.0737 102.83) color: oklch(0.5244 0.0737 102.83)
Lab lab(45.05 -5.59 30.26) color: lab(45.05 -5.59 30.26)
LCH lch(45.05 30.77 100.47) color: lch(45.05 30.77 100.47)

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 5.36:1
vs Black 3.92:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6F6F44 — rgb(111, 111, 68)

Deuteranopia (Green-blind)

#707047 — rgb(112, 112, 71)

Tritanopia (Blue-blind)

#724E50 — rgb(114, 78, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(54, 35%, 33%);

text

color: hsl(54, 35%, 33%);

border

border: 2px solid hsl(54, 35%, 33%);

gradient light

background: linear-gradient(to right, hsl(54, 35%, 53%), hsl(54, 35%, 33%));

gradient dark

background: linear-gradient(to right, hsl(54, 35%, 33%), hsl(54, 35%, 13%))

hex

background-color: #726C37;

tailwind

bg-[hsl(54,35%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(54, 35%, 33%, 0.4);

css variable

--color-primary: hsl(54, 35%, 33%);

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(54, 35%, 33%)?

HEX: #726C37 | RGB: rgb(114, 108, 55) | CMYK: 0%, 5%, 52%, 55% | HSV: 54°, 52%, 45%. Copy any format from the conversion table above.

What colors go well with #726C37?

The complementary color is HSL(234, 35%, 33%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(54, 35%, 33%) in CSS?

As HSL: color: hsl(54, 35%, 33%); — As HEX: color: #726C37; — As RGB: color: rgb(114, 108, 55); — Tailwind CSS: bg-[hsl(54,35%,33%)] — CSS variable: --color-primary: hsl(54, 35%, 33%);