HSL(61, 19%, 38%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(61,19%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(61, 19%, 38%) color: hsl(61, 19%, 38%)
HEX #73734E color: #73734E
RGB rgb(115, 115, 78) color: rgb(115, 115, 78)
CMYK cmyk(0%, 0%, 32%, 55%)
HSV hsv(60, 32%, 45%)
HWB hwb(60 31% 55%) color: hwb(60 31% 55%)
OKLCH oklch(0.5458 0.0538 108.06) color: oklch(0.5458 0.0538 108.06)
Lab lab(47.57 -6.37 20.54) color: lab(47.57 -6.37 20.54)
LCH lch(47.57 21.51 107.23) color: lch(47.57 21.51 107.23)

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.89:1
vs Black 4.29: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)

#737357 — rgb(115, 115, 87)

Deuteranopia (Green-blind)

#737359 — rgb(115, 115, 89)

Tritanopia (Blue-blind)

#735E60 — rgb(115, 94, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(61, 19%, 38%);

text

color: hsl(61, 19%, 38%);

border

border: 2px solid hsl(61, 19%, 38%);

gradient light

background: linear-gradient(to right, hsl(61, 19%, 58%), hsl(61, 19%, 38%));

gradient dark

background: linear-gradient(to right, hsl(61, 19%, 38%), hsl(61, 19%, 18%))

hex

background-color: #73734E;

tailwind

bg-[hsl(61,19%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(61, 19%, 38%, 0.4);

css variable

--color-primary: hsl(61, 19%, 38%);

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(61, 19%, 38%)?

HEX: #73734E | RGB: rgb(115, 115, 78) | CMYK: 0%, 0%, 32%, 55% | HSV: 60°, 32%, 45%. Copy any format from the conversion table above.

What colors go well with #73734E?

The complementary color is HSL(241, 19%, 38%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(61, 19%, 38%) in CSS?

As HSL: color: hsl(61, 19%, 38%); — As HEX: color: #73734E; — As RGB: color: rgb(115, 115, 78); — Tailwind CSS: bg-[hsl(61,19%,38%)] — CSS variable: --color-primary: hsl(61, 19%, 38%);