HSL(53, 20%, 58%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(53,20%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(53, 20%, 58%) color: hsl(53, 20%, 58%)
HEX #A9A47E color: #A9A47E
RGB rgb(169, 164, 126) color: rgb(169, 164, 126)
CMYK cmyk(0%, 3%, 25%, 34%)
HSV hsv(53, 25%, 66%)
HWB hwb(53 50% 34%) color: hwb(53 50% 34%)
OKLCH oklch(0.713 0.0528 101.35) color: oklch(0.713 0.0528 101.35)
Lab lab(66.89 -4.46 20.42) color: lab(66.89 -4.46 20.42)
LCH lch(66.89 20.9 102.32) color: lch(66.89 20.9 102.32)

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.53:1
vs Black 8.3: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)

#A7A787 — rgb(167, 167, 135)

Deuteranopia (Green-blind)

#A7A889 — rgb(167, 168, 137)

Tritanopia (Blue-blind)

#A98E90 — rgb(169, 142, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(53, 20%, 58%);

text

color: hsl(53, 20%, 58%);

border

border: 2px solid hsl(53, 20%, 58%);

gradient light

background: linear-gradient(to right, hsl(53, 20%, 78%), hsl(53, 20%, 58%));

gradient dark

background: linear-gradient(to right, hsl(53, 20%, 58%), hsl(53, 20%, 38%))

hex

background-color: #A9A47E;

tailwind

bg-[hsl(53,20%,58%)]

box shadow

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

css variable

--color-primary: hsl(53, 20%, 58%);

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(53, 20%, 58%)?

HEX: #A9A47E | RGB: rgb(169, 164, 126) | CMYK: 0%, 3%, 25%, 34% | HSV: 53°, 25%, 66%. Copy any format from the conversion table above.

What colors go well with #A9A47E?

The complementary color is HSL(233, 20%, 58%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(53, 20%, 58%) in CSS?

As HSL: color: hsl(53, 20%, 58%); — As HEX: color: #A9A47E; — As RGB: color: rgb(169, 164, 126); — Tailwind CSS: bg-[hsl(53,20%,58%)] — CSS variable: --color-primary: hsl(53, 20%, 58%);