HSL(32, 77%, 18%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(32,77%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 77%, 18%) color: hsl(32, 77%, 18%)
HEX #51300B color: #51300B
RGB rgb(81, 48, 11) color: rgb(81, 48, 11)
CMYK cmyk(0%, 41%, 86%, 68%)
HSV hsv(32, 86%, 32%)
HWB hwb(32 4% 68%) color: hwb(32 4% 68%)
OKLCH oklch(0.3431 0.0686 64.11) color: oklch(0.3431 0.0686 64.11)
Lab lab(23.3 11.65 28.3) color: lab(23.3 11.65 28.3)
LCH lch(23.3 30.6 67.62) color: lch(23.3 30.6 67.62)

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.81:1
vs Black 1.78: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)

#434214 — rgb(67, 66, 20)

Deuteranopia (Green-blind)

#454716 — rgb(69, 71, 22)

Tritanopia (Blue-blind)

#4F1B1D — rgb(79, 27, 29)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 77%, 18%);

text

color: hsl(32, 77%, 18%);

border

border: 2px solid hsl(32, 77%, 18%);

gradient light

background: linear-gradient(to right, hsl(32, 77%, 38%), hsl(32, 77%, 18%));

gradient dark

background: linear-gradient(to right, hsl(32, 77%, 18%), hsl(32, 77%, 0%))

hex

background-color: #51300B;

tailwind

bg-[hsl(32,77%,18%)]

box shadow

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

css variable

--color-primary: hsl(32, 77%, 18%);

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(32, 77%, 18%)?

HEX: #51300B | RGB: rgb(81, 48, 11) | CMYK: 0%, 41%, 86%, 68% | HSV: 32°, 86%, 32%. Copy any format from the conversion table above.

What colors go well with #51300B?

The complementary color is HSL(212, 77%, 18%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 77%, 18%) in CSS?

As HSL: color: hsl(32, 77%, 18%); — As HEX: color: #51300B; — As RGB: color: rgb(81, 48, 11); — Tailwind CSS: bg-[hsl(32,77%,18%)] — CSS variable: --color-primary: hsl(32, 77%, 18%);