HSL(28, 43%, 40%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(28,43%,40%)]

Color Conversions

Format Value CSS Usage
HSL hsl(28, 43%, 40%) color: hsl(28, 43%, 40%)
HEX #92633A color: #92633A
RGB rgb(146, 99, 58) color: rgb(146, 99, 58)
CMYK cmyk(0%, 32%, 60%, 43%)
HSV hsv(28, 60%, 57%)
HWB hwb(28 23% 43%) color: hwb(28 23% 43%)
OKLCH oklch(0.5407 0.0831 60.75) color: oklch(0.5407 0.0831 60.75)
Lab lab(46.1 14.49 30.69) color: lab(46.1 14.49 30.69)
LCH lch(46.1 33.94 64.73) color: lch(46.1 33.94 64.73)

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 5.16:1
vs Black 4.07: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)

#7E7D44 — rgb(126, 125, 68)

Deuteranopia (Green-blind)

#808446 — rgb(128, 132, 70)

Tritanopia (Blue-blind)

#904C4D — rgb(144, 76, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(28, 43%, 40%);

text

color: hsl(28, 43%, 40%);

border

border: 2px solid hsl(28, 43%, 40%);

gradient light

background: linear-gradient(to right, hsl(28, 43%, 60%), hsl(28, 43%, 40%));

gradient dark

background: linear-gradient(to right, hsl(28, 43%, 40%), hsl(28, 43%, 20%))

hex

background-color: #92633A;

tailwind

bg-[hsl(28,43%,40%)]

box shadow

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

css variable

--color-primary: hsl(28, 43%, 40%);

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, 43%, 40%)?

HEX: #92633A | RGB: rgb(146, 99, 58) | CMYK: 0%, 32%, 60%, 43% | HSV: 28°, 60%, 57%. Copy any format from the conversion table above.

What colors go well with #92633A?

The complementary color is HSL(208, 43%, 40%). 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, 43%, 40%) in CSS?

As HSL: color: hsl(28, 43%, 40%); — As HEX: color: #92633A; — As RGB: color: rgb(146, 99, 58); — Tailwind CSS: bg-[hsl(28,43%,40%)] — CSS variable: --color-primary: hsl(28, 43%, 40%);