HSL(52, 48%, 43%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(52,48%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(52, 48%, 43%) color: hsl(52, 48%, 43%)
HEX #A29439 color: #A29439
RGB rgb(162, 148, 57) color: rgb(162, 148, 57)
CMYK cmyk(0%, 9%, 65%, 36%)
HSV hsv(52, 65%, 64%)
HWB hwb(52 22% 36%) color: hwb(52 22% 36%)
OKLCH oklch(0.6611 0.1121 100.55) color: oklch(0.6611 0.1121 100.55)
Lab lab(60.92 -6.03 48.45) color: lab(60.92 -6.03 48.45)
LCH lch(60.92 48.82 97.09) color: lch(60.92 48.82 97.09)

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.07:1
vs Black 6.83: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)

#9C9C4F — rgb(156, 156, 79)

Deuteranopia (Green-blind)

#9D9E54 — rgb(157, 158, 84)

Tritanopia (Blue-blind)

#A16064 — rgb(161, 96, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(52, 48%, 43%);

text

color: hsl(52, 48%, 43%);

border

border: 2px solid hsl(52, 48%, 43%);

gradient light

background: linear-gradient(to right, hsl(52, 48%, 63%), hsl(52, 48%, 43%));

gradient dark

background: linear-gradient(to right, hsl(52, 48%, 43%), hsl(52, 48%, 23%))

hex

background-color: #A29439;

tailwind

bg-[hsl(52,48%,43%)]

box shadow

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

css variable

--color-primary: hsl(52, 48%, 43%);

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(52, 48%, 43%)?

HEX: #A29439 | RGB: rgb(162, 148, 57) | CMYK: 0%, 9%, 65%, 36% | HSV: 52°, 65%, 64%. Copy any format from the conversion table above.

What colors go well with #A29439?

The complementary color is HSL(232, 48%, 43%). For a triadic harmony, use hues 52°, 172°, and 292°. For analogous combinations, try hues 22° and 82°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(52, 48%, 43%) in CSS?

As HSL: color: hsl(52, 48%, 43%); — As HEX: color: #A29439; — As RGB: color: rgb(162, 148, 57); — Tailwind CSS: bg-[hsl(52,48%,43%)] — CSS variable: --color-primary: hsl(52, 48%, 43%);