HSL(47, 30%, 35%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(47, 30%, 35%) color: hsl(47, 30%, 35%)
HEX #74683E color: #74683E
RGB rgb(116, 104, 62) color: rgb(116, 104, 62)
CMYK cmyk(0%, 10%, 47%, 55%)
HSV hsv(47, 47%, 45%)
HWB hwb(47 24% 55%) color: hwb(47 24% 55%)
OKLCH oklch(0.5182 0.0616 93.98) color: oklch(0.5182 0.0616 93.98)
Lab lab(44.18 -1.62 25.33) color: lab(44.18 -1.62 25.33)
LCH lch(44.18 25.38 93.66) color: lch(44.18 25.38 93.66)

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.54:1
vs Black 3.79: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)

#6F6F48 — rgb(111, 111, 72)

Deuteranopia (Green-blind)

#70704B — rgb(112, 112, 75)

Tritanopia (Blue-blind)

#735052 — rgb(115, 80, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(47, 30%, 55%), hsl(47, 30%, 35%));

gradient dark

background: linear-gradient(to right, hsl(47, 30%, 35%), hsl(47, 30%, 15%))

hex

background-color: #74683E;

tailwind

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

box shadow

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

css variable

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

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

HEX: #74683E | RGB: rgb(116, 104, 62) | CMYK: 0%, 10%, 47%, 55% | HSV: 47°, 47%, 45%. Copy any format from the conversion table above.

What colors go well with #74683E?

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

As HSL: color: hsl(47, 30%, 35%); — As HEX: color: #74683E; — As RGB: color: rgb(116, 104, 62); — Tailwind CSS: bg-[hsl(47,30%,35%)] — CSS variable: --color-primary: hsl(47, 30%, 35%);