HSL(30, 100%, 27%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(30, 100%, 27%) color: hsl(30, 100%, 27%)
HEX #8A4500 color: #8A4500
RGB rgb(138, 69, 0) color: rgb(138, 69, 0)
CMYK cmyk(0%, 50%, 100%, 46%)
HSV hsv(30, 100%, 54%)
HWB hwb(30 0% 46%) color: hwb(30 0% 46%)
OKLCH oklch(0.4683 0.1158 55.08) color: oklch(0.4683 0.1158 55.08)
Lab lab(37.23 25.59 47.25) color: lab(37.23 25.59 47.25)
LCH lch(37.23 53.73 61.56) color: lch(37.23 53.73 61.56)

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 7.16:1
vs Black 2.93: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)

#6C6C11 — rgb(108, 108, 17)

Deuteranopia (Green-blind)

#707515 — rgb(112, 117, 21)

Tritanopia (Blue-blind)

#871E21 — rgb(135, 30, 33)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #8A4500;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(30, 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(30, 100%, 27%)?

HEX: #8A4500 | RGB: rgb(138, 69, 0) | CMYK: 0%, 50%, 100%, 46% | HSV: 30°, 100%, 54%. Copy any format from the conversion table above.

What colors go well with #8A4500?

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

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