HSL(58, 10%, 66%)

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(58,10%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(58, 10%, 66%) color: hsl(58, 10%, 66%)
HEX #B1B0A0 color: #B1B0A0
RGB rgb(177, 176, 160) color: rgb(177, 176, 160)
CMYK cmyk(0%, 1%, 10%, 31%)
HSV hsv(56, 10%, 69%)
HWB hwb(56 62% 31%) color: hwb(56 62% 31%)
OKLCH oklch(0.7535 0.0224 104.01) color: oklch(0.7535 0.0224 104.01)
Lab lab(71.51 -2.51 8.32) color: lab(71.51 -2.51 8.32)
LCH lch(71.51 8.69 106.79) color: lch(71.51 8.69 106.79)

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 2.19:1
vs Black 9.59:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B1B1A4 — rgb(177, 177, 164)

Deuteranopia (Green-blind)

#B1B1A5 — rgb(177, 177, 165)

Tritanopia (Blue-blind)

#B1A7A8 — rgb(177, 167, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(58, 10%, 66%);

text

color: hsl(58, 10%, 66%);

border

border: 2px solid hsl(58, 10%, 66%);

gradient light

background: linear-gradient(to right, hsl(58, 10%, 86%), hsl(58, 10%, 66%));

gradient dark

background: linear-gradient(to right, hsl(58, 10%, 66%), hsl(58, 10%, 46%))

hex

background-color: #B1B0A0;

tailwind

bg-[hsl(58,10%,66%)]

box shadow

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

css variable

--color-primary: hsl(58, 10%, 66%);

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(58, 10%, 66%)?

HEX: #B1B0A0 | RGB: rgb(177, 176, 160) | CMYK: 0%, 1%, 10%, 31% | HSV: 56°, 10%, 69%. Copy any format from the conversion table above.

What colors go well with #B1B0A0?

The complementary color is HSL(238, 10%, 66%). For a triadic harmony, use hues 58°, 178°, and 298°. For analogous combinations, try hues 28° and 88°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(58, 10%, 66%) in CSS?

As HSL: color: hsl(58, 10%, 66%); — As HEX: color: #B1B0A0; — As RGB: color: rgb(177, 176, 160); — Tailwind CSS: bg-[hsl(58,10%,66%)] — CSS variable: --color-primary: hsl(58, 10%, 66%);