HSL(47, 35%, 36%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(47,35%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(47, 35%, 36%) color: hsl(47, 35%, 36%)
HEX #7C6E3C color: #7C6E3C
RGB rgb(124, 110, 60) color: rgb(124, 110, 60)
CMYK cmyk(0%, 11%, 52%, 51%)
HSV hsv(47, 52%, 49%)
HWB hwb(47 24% 51%) color: hwb(47 24% 51%)
OKLCH oklch(0.5397 0.0712 94.16) color: oklch(0.5397 0.0712 94.16)
Lab lab(46.66 -1.69 29.71) color: lab(46.66 -1.69 29.71)
LCH lch(46.66 29.76 93.26) color: lch(46.66 29.76 93.26)

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.06:1
vs Black 4.15: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)

#767648 — rgb(118, 118, 72)

Deuteranopia (Green-blind)

#77784B — rgb(119, 120, 75)

Tritanopia (Blue-blind)

#7B5254 — rgb(123, 82, 84)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(47, 35%, 36%);

text

color: hsl(47, 35%, 36%);

border

border: 2px solid hsl(47, 35%, 36%);

gradient light

background: linear-gradient(to right, hsl(47, 35%, 56%), hsl(47, 35%, 36%));

gradient dark

background: linear-gradient(to right, hsl(47, 35%, 36%), hsl(47, 35%, 16%))

hex

background-color: #7C6E3C;

tailwind

bg-[hsl(47,35%,36%)]

box shadow

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

css variable

--color-primary: hsl(47, 35%, 36%);

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, 35%, 36%)?

HEX: #7C6E3C | RGB: rgb(124, 110, 60) | CMYK: 0%, 11%, 52%, 51% | HSV: 47°, 52%, 49%. Copy any format from the conversion table above.

What colors go well with #7C6E3C?

The complementary color is HSL(227, 35%, 36%). 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, 35%, 36%) in CSS?

As HSL: color: hsl(47, 35%, 36%); — As HEX: color: #7C6E3C; — As RGB: color: rgb(124, 110, 60); — Tailwind CSS: bg-[hsl(47,35%,36%)] — CSS variable: --color-primary: hsl(47, 35%, 36%);