HSL(57, 19%, 23%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(57,19%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(57, 19%, 23%) color: hsl(57, 19%, 23%)
HEX #464530 color: #464530
RGB rgb(70, 69, 48) color: rgb(70, 69, 48)
CMYK cmyk(0%, 1%, 31%, 73%)
HSV hsv(57, 31%, 27%)
HWB hwb(57 19% 73%) color: hwb(57 19% 73%)
OKLCH oklch(0.3852 0.0336 105.58) color: oklch(0.3852 0.0336 105.58)
Lab lab(28.83 -3.57 12.88) color: lab(28.83 -3.57 12.88)
LCH lch(28.83 13.37 105.49) color: lch(28.83 13.37 105.49)

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.75:1
vs Black 2.15: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)

#464635 — rgb(70, 70, 53)

Deuteranopia (Green-blind)

#464636 — rgb(70, 70, 54)

Tritanopia (Blue-blind)

#46393A — rgb(70, 57, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(57, 19%, 23%);

text

color: hsl(57, 19%, 23%);

border

border: 2px solid hsl(57, 19%, 23%);

gradient light

background: linear-gradient(to right, hsl(57, 19%, 43%), hsl(57, 19%, 23%));

gradient dark

background: linear-gradient(to right, hsl(57, 19%, 23%), hsl(57, 19%, 3%))

hex

background-color: #464530;

tailwind

bg-[hsl(57,19%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(57, 19%, 23%, 0.4);

css variable

--color-primary: hsl(57, 19%, 23%);

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(57, 19%, 23%)?

HEX: #464530 | RGB: rgb(70, 69, 48) | CMYK: 0%, 1%, 31%, 73% | HSV: 57°, 31%, 27%. Copy any format from the conversion table above.

What colors go well with #464530?

The complementary color is HSL(237, 19%, 23%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(57, 19%, 23%) in CSS?

As HSL: color: hsl(57, 19%, 23%); — As HEX: color: #464530; — As RGB: color: rgb(70, 69, 48); — Tailwind CSS: bg-[hsl(57,19%,23%)] — CSS variable: --color-primary: hsl(57, 19%, 23%);