HSL(55, 10%, 60%)

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(55,10%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(55, 10%, 60%) color: hsl(55, 10%, 60%)
HEX #A3A28F color: #A3A28F
RGB rgb(163, 162, 143) color: rgb(163, 162, 143)
CMYK cmyk(0%, 1%, 12%, 36%)
HSV hsv(57, 12%, 64%)
HWB hwb(57 56% 36%) color: hwb(57 56% 36%)
OKLCH oklch(0.7077 0.0269 104.6) color: oklch(0.7077 0.0269 104.6)
Lab lab(66.22 -3.04 10.02) color: lab(66.22 -3.04 10.02)
LCH lch(66.22 10.47 106.88) color: lch(66.22 10.47 106.88)

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.59:1
vs Black 8.12: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)

#A3A394 — rgb(163, 163, 148)

Deuteranopia (Green-blind)

#A3A395 — rgb(163, 163, 149)

Tritanopia (Blue-blind)

#A39798 — rgb(163, 151, 152)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(55, 10%, 60%);

text

color: hsl(55, 10%, 60%);

border

border: 2px solid hsl(55, 10%, 60%);

gradient light

background: linear-gradient(to right, hsl(55, 10%, 80%), hsl(55, 10%, 60%));

gradient dark

background: linear-gradient(to right, hsl(55, 10%, 60%), hsl(55, 10%, 40%))

hex

background-color: #A3A28F;

tailwind

bg-[hsl(55,10%,60%)]

box shadow

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

css variable

--color-primary: hsl(55, 10%, 60%);

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(55, 10%, 60%)?

HEX: #A3A28F | RGB: rgb(163, 162, 143) | CMYK: 0%, 1%, 12%, 36% | HSV: 57°, 12%, 64%. Copy any format from the conversion table above.

What colors go well with #A3A28F?

The complementary color is HSL(235, 10%, 60%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(55, 10%, 60%) in CSS?

As HSL: color: hsl(55, 10%, 60%); — As HEX: color: #A3A28F; — As RGB: color: rgb(163, 162, 143); — Tailwind CSS: bg-[hsl(55,10%,60%)] — CSS variable: --color-primary: hsl(55, 10%, 60%);