HSL(20, 100%, 27%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(20, 100%, 27%) color: hsl(20, 100%, 27%)
HEX #8A2E00 color: #8A2E00
RGB rgb(138, 46, 0) color: rgb(138, 46, 0)
CMYK cmyk(0%, 67%, 100%, 46%)
HSV hsv(20, 100%, 54%)
HWB hwb(20 0% 46%) color: hwb(20 0% 46%)
OKLCH oklch(0.4332 0.1342 40.65) color: oklch(0.4332 0.1342 40.65)
Lab lab(32.61 37.48 44.54) color: lab(32.61 37.48 44.54)
LCH lch(32.61 58.21 49.92) color: lch(32.61 58.21 49.92)

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 8.5:1
vs Black 2.47: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)

#62610B — rgb(98, 97, 11)

Deuteranopia (Green-blind)

#686E0E — rgb(104, 110, 14)

Tritanopia (Blue-blind)

#851416 — rgb(133, 20, 22)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #8A2E00;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #8A2E00?

The complementary color is HSL(200, 100%, 27%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(20, 100%, 27%) in CSS?

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