HSL(57, 14%, 52%)

Grayish Yellow — Yellow color

Adjust Color

Color Information

Color Name

Grayish Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(57,14%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 14%, 52%) color: hsl(57, 14%, 52%)
HEX #969473 color: #969473
RGB rgb(150, 148, 115) color: rgb(150, 148, 115)
CMYK cmyk(0%, 1%, 23%, 41%)
HSV hsv(57, 23%, 59%)
HWB hwb(57 45% 41%) color: hwb(57 45% 41%)
OKLCH oklch(0.6594 0.0467 104.72) color: oklch(0.6594 0.0467 104.72)
Lab lab(60.7 -4.92 17.77) color: lab(60.7 -4.92 17.77)
LCH lch(60.7 18.44 105.48) color: lch(60.7 18.44 105.48)

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 3.1:1
vs Black 6.78: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)

#95957B — rgb(149, 149, 123)

Deuteranopia (Green-blind)

#95957D — rgb(149, 149, 125)

Tritanopia (Blue-blind)

#968183 — rgb(150, 129, 131)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 14%, 52%);

text

color: hsl(57, 14%, 52%);

border

border: 2px solid hsl(57, 14%, 52%);

gradient light

background: linear-gradient(to right, hsl(57, 14%, 72%), hsl(57, 14%, 52%));

gradient dark

background: linear-gradient(to right, hsl(57, 14%, 52%), hsl(57, 14%, 32%))

hex

background-color: #969473;

tailwind

bg-[hsl(57,14%,52%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(57, 14%, 52%, 0.4);

css variable

--color-primary: hsl(57, 14%, 52%);

Related Colors

Use Cases for Grayish Yellow

Warnings Highlights Attention indicators Optimistic brands Note/sticky elements

Frequently Asked Questions

What are all the color codes for HSL(57, 14%, 52%)?

HEX: #969473 | RGB: rgb(150, 148, 115) | CMYK: 0%, 1%, 23%, 41% | HSV: 57°, 23%, 59%. Copy any format from the conversion table above.

What colors go well with #969473?

The complementary color is HSL(237, 14%, 52%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(57, 14%, 52%) in CSS?

As HSL: color: hsl(57, 14%, 52%); — As HEX: color: #969473; — As RGB: color: rgb(150, 148, 115); — Tailwind CSS: bg-[hsl(57,14%,52%)] — CSS variable: --color-primary: hsl(57, 14%, 52%);