HSL(62, 51%, 22%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(62,51%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(62, 51%, 22%) color: hsl(62, 51%, 22%)
HEX #53551B color: #53551B
RGB rgb(83, 85, 27) color: rgb(83, 85, 27)
CMYK cmyk(2%, 0%, 68%, 67%)
HSV hsv(62, 68%, 33%)
HWB hwb(62 11% 67%) color: hwb(62 11% 67%)
OKLCH oklch(0.435 0.079 111.15) color: oklch(0.435 0.079 111.15)
Lab lab(34.83 -9.39 32.42) color: lab(34.83 -9.39 32.42)
LCH lch(34.83 33.75 106.15) color: lch(34.83 33.75 106.15)

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 7.83:1
vs Black 2.68:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#545429 — rgb(84, 84, 41)

Deuteranopia (Green-blind)

#54542C — rgb(84, 84, 44)

Tritanopia (Blue-blind)

#533437 — rgb(83, 52, 55)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(62, 51%, 22%);

text

color: hsl(62, 51%, 22%);

border

border: 2px solid hsl(62, 51%, 22%);

gradient light

background: linear-gradient(to right, hsl(62, 51%, 42%), hsl(62, 51%, 22%));

gradient dark

background: linear-gradient(to right, hsl(62, 51%, 22%), hsl(62, 51%, 2%))

hex

background-color: #53551B;

tailwind

bg-[hsl(62,51%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(62, 51%, 22%, 0.4);

css variable

--color-primary: hsl(62, 51%, 22%);

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(62, 51%, 22%)?

HEX: #53551B | RGB: rgb(83, 85, 27) | CMYK: 2%, 0%, 68%, 67% | HSV: 62°, 68%, 33%. Copy any format from the conversion table above.

What colors go well with #53551B?

The complementary color is HSL(242, 51%, 22%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(62, 51%, 22%) in CSS?

As HSL: color: hsl(62, 51%, 22%); — As HEX: color: #53551B; — As RGB: color: rgb(83, 85, 27); — Tailwind CSS: bg-[hsl(62,51%,22%)] — CSS variable: --color-primary: hsl(62, 51%, 22%);