HSL(47, 91%, 30%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(47,91%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(47, 91%, 30%) color: hsl(47, 91%, 30%)
HEX #927407 color: #927407
RGB rgb(146, 116, 7) color: rgb(146, 116, 7)
CMYK cmyk(0%, 21%, 95%, 43%)
HSV hsv(47, 95%, 57%)
HWB hwb(47 3% 43%) color: hwb(47 3% 43%)
OKLCH oklch(0.5719 0.115 90.28) color: oklch(0.5719 0.115 90.28)
Lab lab(50.24 2.36 54.89) color: lab(50.24 2.36 54.89)
LCH lch(50.24 54.94 87.54) color: lch(50.24 54.94 87.54)

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 4.45:1
vs Black 4.72: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)

#858521 — rgb(133, 133, 33)

Deuteranopia (Green-blind)

#878928 — rgb(135, 137, 40)

Tritanopia (Blue-blind)

#91363B — rgb(145, 54, 59)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(47, 91%, 30%);

text

color: hsl(47, 91%, 30%);

border

border: 2px solid hsl(47, 91%, 30%);

gradient light

background: linear-gradient(to right, hsl(47, 91%, 50%), hsl(47, 91%, 30%));

gradient dark

background: linear-gradient(to right, hsl(47, 91%, 30%), hsl(47, 91%, 10%))

hex

background-color: #927407;

tailwind

bg-[hsl(47,91%,30%)]

box shadow

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

css variable

--color-primary: hsl(47, 91%, 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(47, 91%, 30%)?

HEX: #927407 | RGB: rgb(146, 116, 7) | CMYK: 0%, 21%, 95%, 43% | HSV: 47°, 95%, 57%. Copy any format from the conversion table above.

What colors go well with #927407?

The complementary color is HSL(227, 91%, 30%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(47, 91%, 30%) in CSS?

As HSL: color: hsl(47, 91%, 30%); — As HEX: color: #927407; — As RGB: color: rgb(146, 116, 7); — Tailwind CSS: bg-[hsl(47,91%,30%)] — CSS variable: --color-primary: hsl(47, 91%, 30%);