HSL(46, 50%, 30%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(46,50%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(46, 50%, 30%) color: hsl(46, 50%, 30%)
HEX #736126 color: #736126
RGB rgb(115, 97, 38) color: rgb(115, 97, 38)
CMYK cmyk(0%, 16%, 67%, 55%)
HSV hsv(46, 67%, 45%)
HWB hwb(46 15% 55%) color: hwb(46 15% 55%)
OKLCH oklch(0.4978 0.0809 92.2) color: oklch(0.4978 0.0809 92.2)
Lab lab(41.74 -0.2 35.38) color: lab(41.74 -0.2 35.38)
LCH lch(41.74 35.38 90.32) color: lch(41.74 35.38 90.32)

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 6.06:1
vs Black 3.47: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)

#6B6B34 — rgb(107, 107, 52)

Deuteranopia (Green-blind)

#6C6E38 — rgb(108, 110, 56)

Tritanopia (Blue-blind)

#724042 — rgb(114, 64, 66)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(46, 50%, 30%);

text

color: hsl(46, 50%, 30%);

border

border: 2px solid hsl(46, 50%, 30%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(46, 50%, 30%), hsl(46, 50%, 10%))

hex

background-color: #736126;

tailwind

bg-[hsl(46,50%,30%)]

box shadow

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

css variable

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

HEX: #736126 | RGB: rgb(115, 97, 38) | CMYK: 0%, 16%, 67%, 55% | HSV: 46°, 67%, 45%. Copy any format from the conversion table above.

What colors go well with #736126?

The complementary color is HSL(226, 50%, 30%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(46, 50%, 30%) in CSS?

As HSL: color: hsl(46, 50%, 30%); — As HEX: color: #736126; — As RGB: color: rgb(115, 97, 38); — Tailwind CSS: bg-[hsl(46,50%,30%)] — CSS variable: --color-primary: hsl(46, 50%, 30%);