HSL(34, 100%, 27%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(34,100%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 100%, 27%) color: hsl(34, 100%, 27%)
HEX #8A4E00 color: #8A4E00
RGB rgb(138, 78, 0) color: rgb(138, 78, 0)
CMYK cmyk(0%, 43%, 100%, 46%)
HSV hsv(34, 100%, 54%)
HWB hwb(34 0% 46%) color: hwb(34 0% 46%)
OKLCH oklch(0.4845 0.111 62.49) color: oklch(0.4845 0.111 62.49)
Lab lab(39.33 20.47 48.55) color: lab(39.33 20.47 48.55)
LCH lch(39.33 52.69 67.14) color: lch(39.33 52.69 67.14)

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 6.62:1
vs Black 3.17:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#706F13 — rgb(112, 111, 19)

Deuteranopia (Green-blind)

#747817 — rgb(116, 120, 23)

Tritanopia (Blue-blind)

#872225 — rgb(135, 34, 37)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 100%, 27%);

text

color: hsl(34, 100%, 27%);

border

border: 2px solid hsl(34, 100%, 27%);

gradient light

background: linear-gradient(to right, hsl(34, 100%, 47%), hsl(34, 100%, 27%));

gradient dark

background: linear-gradient(to right, hsl(34, 100%, 27%), hsl(34, 100%, 7%))

hex

background-color: #8A4E00;

tailwind

bg-[hsl(34,100%,27%)]

box shadow

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

css variable

--color-primary: hsl(34, 100%, 27%);

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, 100%, 27%)?

HEX: #8A4E00 | RGB: rgb(138, 78, 0) | CMYK: 0%, 43%, 100%, 46% | HSV: 34°, 100%, 54%. Copy any format from the conversion table above.

What colors go well with #8A4E00?

The complementary color is HSL(214, 100%, 27%). 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, 100%, 27%) in CSS?

As HSL: color: hsl(34, 100%, 27%); — As HEX: color: #8A4E00; — As RGB: color: rgb(138, 78, 0); — Tailwind CSS: bg-[hsl(34,100%,27%)] — CSS variable: --color-primary: hsl(34, 100%, 27%);