HSL(45, 43%, 19%)

Yellow — Yellow color

Adjust Color

Color Information

Color Name

Yellow

Color Family

Yellow

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(45,43%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(45, 43%, 19%) color: hsl(45, 43%, 19%)
HEX #453B1C color: #453B1C
RGB rgb(69, 59, 28) color: rgb(69, 59, 28)
CMYK cmyk(0%, 14%, 59%, 73%)
HSV hsv(45, 59%, 27%)
HWB hwb(45 11% 73%) color: hwb(45 11% 73%)
OKLCH oklch(0.355 0.0489 91.91) color: oklch(0.355 0.0489 91.91)
Lab lab(25.19 -0.38 20.64) color: lab(25.19 -0.38 20.64)
LCH lch(25.19 20.64 91.05) color: lch(25.19 20.64 91.05)

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 11.08:1
vs Black 1.9: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)

#414124 — rgb(65, 65, 36)

Deuteranopia (Green-blind)

#414225 — rgb(65, 66, 37)

Tritanopia (Blue-blind)

#45292B — rgb(69, 41, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(45, 43%, 19%);

text

color: hsl(45, 43%, 19%);

border

border: 2px solid hsl(45, 43%, 19%);

gradient light

background: linear-gradient(to right, hsl(45, 43%, 39%), hsl(45, 43%, 19%));

gradient dark

background: linear-gradient(to right, hsl(45, 43%, 19%), hsl(45, 43%, 0%))

hex

background-color: #453B1C;

tailwind

bg-[hsl(45,43%,19%)]

box shadow

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

css variable

--color-primary: hsl(45, 43%, 19%);

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(45, 43%, 19%)?

HEX: #453B1C | RGB: rgb(69, 59, 28) | CMYK: 0%, 14%, 59%, 73% | HSV: 45°, 59%, 27%. Copy any format from the conversion table above.

What colors go well with #453B1C?

The complementary color is HSL(225, 43%, 19%). For a triadic harmony, use hues 45°, 165°, and 285°. For analogous combinations, try hues 15° and 75°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(45, 43%, 19%) in CSS?

As HSL: color: hsl(45, 43%, 19%); — As HEX: color: #453B1C; — As RGB: color: rgb(69, 59, 28); — Tailwind CSS: bg-[hsl(45,43%,19%)] — CSS variable: --color-primary: hsl(45, 43%, 19%);