HSL(30, 32%, 21%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(30,32%,21%)]

Color Conversions

Format Value CSS Usage
HSL hsl(30, 32%, 21%) color: hsl(30, 32%, 21%)
HEX #473624 color: #473624
RGB rgb(71, 54, 36) color: rgb(71, 54, 36)
CMYK cmyk(0%, 24%, 49%, 72%)
HSV hsv(31, 49%, 28%)
HWB hwb(31 14% 72%) color: hwb(31 14% 72%)
OKLCH oklch(0.3468 0.0379 67.65) color: oklch(0.3468 0.0379 67.65)
Lab lab(24.02 4.79 14.21) color: lab(24.02 4.79 14.21)
LCH lch(24.02 15 71.37) color: lch(24.02 15 71.37)

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.53:1
vs Black 1.82: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)

#403F28 — rgb(64, 63, 40)

Deuteranopia (Green-blind)

#414229 — rgb(65, 66, 41)

Tritanopia (Blue-blind)

#462C2D — rgb(70, 44, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(30, 32%, 21%);

text

color: hsl(30, 32%, 21%);

border

border: 2px solid hsl(30, 32%, 21%);

gradient light

background: linear-gradient(to right, hsl(30, 32%, 41%), hsl(30, 32%, 21%));

gradient dark

background: linear-gradient(to right, hsl(30, 32%, 21%), hsl(30, 32%, 1%))

hex

background-color: #473624;

tailwind

bg-[hsl(30,32%,21%)]

box shadow

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

css variable

--color-primary: hsl(30, 32%, 21%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(30, 32%, 21%)?

HEX: #473624 | RGB: rgb(71, 54, 36) | CMYK: 0%, 24%, 49%, 72% | HSV: 31°, 49%, 28%. Copy any format from the conversion table above.

What colors go well with #473624?

The complementary color is HSL(210, 32%, 21%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(30, 32%, 21%) in CSS?

As HSL: color: hsl(30, 32%, 21%); — As HEX: color: #473624; — As RGB: color: rgb(71, 54, 36); — Tailwind CSS: bg-[hsl(30,32%,21%)] — CSS variable: --color-primary: hsl(30, 32%, 21%);