HSL(34, 65%, 18%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(34,65%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 65%, 18%) color: hsl(34, 65%, 18%)
HEX #4C3210 color: #4C3210
RGB rgb(76, 50, 16) color: rgb(76, 50, 16)
CMYK cmyk(0%, 34%, 79%, 70%)
HSV hsv(34, 79%, 30%)
HWB hwb(34 6% 70%) color: hwb(34 6% 70%)
OKLCH oklch(0.3408 0.0608 70.16) color: oklch(0.3408 0.0608 70.16)
Lab lab(23.19 8.07 25.51) color: lab(23.19 8.07 25.51)
LCH lch(23.19 26.76 72.45) color: lch(23.19 26.76 72.45)

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.86:1
vs Black 1.77: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)

#414118 — rgb(65, 65, 24)

Deuteranopia (Green-blind)

#42441A — rgb(66, 68, 26)

Tritanopia (Blue-blind)

#4B1F20 — rgb(75, 31, 32)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 65%, 18%);

text

color: hsl(34, 65%, 18%);

border

border: 2px solid hsl(34, 65%, 18%);

gradient light

background: linear-gradient(to right, hsl(34, 65%, 38%), hsl(34, 65%, 18%));

gradient dark

background: linear-gradient(to right, hsl(34, 65%, 18%), hsl(34, 65%, 0%))

hex

background-color: #4C3210;

tailwind

bg-[hsl(34,65%,18%)]

box shadow

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

css variable

--color-primary: hsl(34, 65%, 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(34, 65%, 18%)?

HEX: #4C3210 | RGB: rgb(76, 50, 16) | CMYK: 0%, 34%, 79%, 70% | HSV: 34°, 79%, 30%. Copy any format from the conversion table above.

What colors go well with #4C3210?

The complementary color is HSL(214, 65%, 18%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(34, 65%, 18%) in CSS?

As HSL: color: hsl(34, 65%, 18%); — As HEX: color: #4C3210; — As RGB: color: rgb(76, 50, 16); — Tailwind CSS: bg-[hsl(34,65%,18%)] — CSS variable: --color-primary: hsl(34, 65%, 18%);