HSL(47, 10%, 37%)

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(47,10%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(47, 10%, 37%) color: hsl(47, 10%, 37%)
HEX #686455 color: #686455
RGB rgb(104, 100, 85) color: rgb(104, 100, 85)
CMYK cmyk(0%, 4%, 18%, 59%)
HSV hsv(47, 18%, 41%)
HWB hwb(47 34% 59%) color: hwb(47 34% 59%)
OKLCH oklch(0.5024 0.0235 94.75) color: oklch(0.5024 0.0235 94.75)
Lab lab(42.33 -1.24 9.09) color: lab(42.33 -1.24 9.09)
LCH lch(42.33 9.17 97.77) color: lch(42.33 9.17 97.77)

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.93:1
vs Black 3.54: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)

#666659 — rgb(102, 102, 89)

Deuteranopia (Green-blind)

#67675A — rgb(103, 103, 90)

Tritanopia (Blue-blind)

#685B5C — rgb(104, 91, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(47, 10%, 37%);

text

color: hsl(47, 10%, 37%);

border

border: 2px solid hsl(47, 10%, 37%);

gradient light

background: linear-gradient(to right, hsl(47, 10%, 57%), hsl(47, 10%, 37%));

gradient dark

background: linear-gradient(to right, hsl(47, 10%, 37%), hsl(47, 10%, 17%))

hex

background-color: #686455;

tailwind

bg-[hsl(47,10%,37%)]

box shadow

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

css variable

--color-primary: hsl(47, 10%, 37%);

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(47, 10%, 37%)?

HEX: #686455 | RGB: rgb(104, 100, 85) | CMYK: 0%, 4%, 18%, 59% | HSV: 47°, 18%, 41%. Copy any format from the conversion table above.

What colors go well with #686455?

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

As HSL: color: hsl(47, 10%, 37%); — As HEX: color: #686455; — As RGB: color: rgb(104, 100, 85); — Tailwind CSS: bg-[hsl(47,10%,37%)] — CSS variable: --color-primary: hsl(47, 10%, 37%);