HSL(52, 91%, 15%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(52,91%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(52, 91%, 15%) color: hsl(52, 91%, 15%)
HEX #494003 color: #494003
RGB rgb(73, 64, 3) color: rgb(73, 64, 3)
CMYK cmyk(0%, 12%, 96%, 71%)
HSV hsv(52, 96%, 29%)
HWB hwb(52 1% 71%) color: hwb(52 1% 71%)
OKLCH oklch(0.3696 0.0749 100) color: oklch(0.3696 0.0749 100)
Lab lab(26.99 -3.12 34.71) color: lab(26.99 -3.12 34.71)
LCH lch(26.99 34.85 95.14) color: lch(26.99 34.85 95.14)

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 10.41:1
vs Black 2.02: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)

#454512 — rgb(69, 69, 18)

Deuteranopia (Green-blind)

#464615 — rgb(70, 70, 21)

Tritanopia (Blue-blind)

#491D20 — rgb(73, 29, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(52, 91%, 15%);

text

color: hsl(52, 91%, 15%);

border

border: 2px solid hsl(52, 91%, 15%);

gradient light

background: linear-gradient(to right, hsl(52, 91%, 35%), hsl(52, 91%, 15%));

gradient dark

background: linear-gradient(to right, hsl(52, 91%, 15%), hsl(52, 91%, 0%))

hex

background-color: #494003;

tailwind

bg-[hsl(52,91%,15%)]

box shadow

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

css variable

--color-primary: hsl(52, 91%, 15%);

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(52, 91%, 15%)?

HEX: #494003 | RGB: rgb(73, 64, 3) | CMYK: 0%, 12%, 96%, 71% | HSV: 52°, 96%, 29%. Copy any format from the conversion table above.

What colors go well with #494003?

The complementary color is HSL(232, 91%, 15%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(52, 91%, 15%) in CSS?

As HSL: color: hsl(52, 91%, 15%); — As HEX: color: #494003; — As RGB: color: rgb(73, 64, 3); — Tailwind CSS: bg-[hsl(52,91%,15%)] — CSS variable: --color-primary: hsl(52, 91%, 15%);