HSL(28, 80%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(28, 80%, 41%) color: hsl(28, 80%, 41%)
HEX #BC6315 color: #BC6315
RGB rgb(188, 99, 21) color: rgb(188, 99, 21)
CMYK cmyk(0%, 47%, 89%, 26%)
HSV hsv(28, 89%, 74%)
HWB hwb(28 8% 26%) color: hwb(28 8% 26%)
OKLCH oklch(0.5931 0.1402 54.48) color: oklch(0.5931 0.1402 54.48)
Lab lab(51.46 31 54.78) color: lab(51.46 31 54.78)
LCH lch(51.46 62.94 60.49) color: lch(51.46 62.94 60.49)

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.26:1
vs Black 4.93: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)

#959528 — rgb(149, 149, 40)

Deuteranopia (Green-blind)

#9BA12C — rgb(155, 161, 44)

Tritanopia (Blue-blind)

#B8373A — rgb(184, 55, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #BC6315;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(28, 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(28, 80%, 41%)?

HEX: #BC6315 | RGB: rgb(188, 99, 21) | CMYK: 0%, 47%, 89%, 26% | HSV: 28°, 89%, 74%. Copy any format from the conversion table above.

What colors go well with #BC6315?

The complementary color is HSL(208, 80%, 41%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(28, 80%, 41%) in CSS?

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