HSL(53, 91%, 32%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(53,91%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 91%, 32%) color: hsl(53, 91%, 32%)
HEX #9C8B07 color: #9C8B07
RGB rgb(156, 139, 7) color: rgb(156, 139, 7)
CMYK cmyk(0%, 11%, 96%, 39%)
HSV hsv(53, 96%, 61%)
HWB hwb(53 2% 39%) color: hwb(53 2% 39%)
OKLCH oklch(0.6326 0.1302 100.54) color: oklch(0.6326 0.1302 100.54)
Lab lab(57.61 -5.77 60.86) color: lab(57.61 -5.77 60.86)
LCH lch(57.61 61.13 95.42) color: lch(57.61 61.13 95.42)

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 3.44:1
vs Black 6.11:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#959427 — rgb(149, 148, 39)

Deuteranopia (Green-blind)

#96972F — rgb(150, 151, 47)

Tritanopia (Blue-blind)

#9B4046 — rgb(155, 64, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 91%, 32%);

text

color: hsl(53, 91%, 32%);

border

border: 2px solid hsl(53, 91%, 32%);

gradient light

background: linear-gradient(to right, hsl(53, 91%, 52%), hsl(53, 91%, 32%));

gradient dark

background: linear-gradient(to right, hsl(53, 91%, 32%), hsl(53, 91%, 12%))

hex

background-color: #9C8B07;

tailwind

bg-[hsl(53,91%,32%)]

box shadow

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

css variable

--color-primary: hsl(53, 91%, 32%);

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, 91%, 32%)?

HEX: #9C8B07 | RGB: rgb(156, 139, 7) | CMYK: 0%, 11%, 96%, 39% | HSV: 53°, 96%, 61%. Copy any format from the conversion table above.

What colors go well with #9C8B07?

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

As HSL: color: hsl(53, 91%, 32%); — As HEX: color: #9C8B07; — As RGB: color: rgb(156, 139, 7); — Tailwind CSS: bg-[hsl(53,91%,32%)] — CSS variable: --color-primary: hsl(53, 91%, 32%);