HSL(30, 80%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(30,80%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(30, 80%, 41%) color: hsl(30, 80%, 41%)
HEX #BC6915 color: #BC6915
RGB rgb(188, 105, 21) color: rgb(188, 105, 21)
CMYK cmyk(0%, 44%, 89%, 26%)
HSV hsv(30, 89%, 74%)
HWB hwb(30 8% 26%) color: hwb(30 8% 26%)
OKLCH oklch(0.6033 0.1369 58.32) color: oklch(0.6033 0.1369 58.32)
Lab lab(52.79 27.78 55.81) color: lab(52.79 27.78 55.81)
LCH lch(52.79 62.34 63.54) color: lch(52.79 62.34 63.54)

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 4.06:1
vs Black 5.17:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#989729 — rgb(152, 151, 41)

Deuteranopia (Green-blind)

#9DA32E — rgb(157, 163, 46)

Tritanopia (Blue-blind)

#B8393D — rgb(184, 57, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(30, 80%, 41%);

text

color: hsl(30, 80%, 41%);

border

border: 2px solid hsl(30, 80%, 41%);

gradient light

background: linear-gradient(to right, hsl(30, 80%, 61%), hsl(30, 80%, 41%));

gradient dark

background: linear-gradient(to right, hsl(30, 80%, 41%), hsl(30, 80%, 21%))

hex

background-color: #BC6915;

tailwind

bg-[hsl(30,80%,41%)]

box shadow

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

css variable

--color-primary: hsl(30, 80%, 41%);

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, 80%, 41%)?

HEX: #BC6915 | RGB: rgb(188, 105, 21) | CMYK: 0%, 44%, 89%, 26% | HSV: 30°, 89%, 74%. Copy any format from the conversion table above.

What colors go well with #BC6915?

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

As HSL: color: hsl(30, 80%, 41%); — As HEX: color: #BC6915; — As RGB: color: rgb(188, 105, 21); — Tailwind CSS: bg-[hsl(30,80%,41%)] — CSS variable: --color-primary: hsl(30, 80%, 41%);