HSL(61, 30%, 22%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(61,30%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(61, 30%, 22%) color: hsl(61, 30%, 22%)
HEX #484927 color: #484927
RGB rgb(72, 73, 39) color: rgb(72, 73, 39)
CMYK cmyk(1%, 0%, 47%, 71%)
HSV hsv(62, 47%, 29%)
HWB hwb(62 15% 71%) color: hwb(62 15% 71%)
OKLCH oklch(0.3955 0.0519 110.02) color: oklch(0.3955 0.0519 110.02)
Lab lab(30.13 -6.37 20.17) color: lab(30.13 -6.37 20.17)
LCH lch(30.13 21.15 107.53) color: lch(30.13 21.15 107.53)

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 9.3:1
vs Black 2.26: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)

#48482F — rgb(72, 72, 47)

Deuteranopia (Green-blind)

#484831 — rgb(72, 72, 49)

Tritanopia (Blue-blind)

#483637 — rgb(72, 54, 55)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(61, 30%, 22%);

text

color: hsl(61, 30%, 22%);

border

border: 2px solid hsl(61, 30%, 22%);

gradient light

background: linear-gradient(to right, hsl(61, 30%, 42%), hsl(61, 30%, 22%));

gradient dark

background: linear-gradient(to right, hsl(61, 30%, 22%), hsl(61, 30%, 2%))

hex

background-color: #484927;

tailwind

bg-[hsl(61,30%,22%)]

box shadow

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

css variable

--color-primary: hsl(61, 30%, 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(61, 30%, 22%)?

HEX: #484927 | RGB: rgb(72, 73, 39) | CMYK: 1%, 0%, 47%, 71% | HSV: 62°, 47%, 29%. Copy any format from the conversion table above.

What colors go well with #484927?

The complementary color is HSL(241, 30%, 22%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(61, 30%, 22%) in CSS?

As HSL: color: hsl(61, 30%, 22%); — As HEX: color: #484927; — As RGB: color: rgb(72, 73, 39); — Tailwind CSS: bg-[hsl(61,30%,22%)] — CSS variable: --color-primary: hsl(61, 30%, 22%);