HSL(28, 45%, 40%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(28, 45%, 40%) color: hsl(28, 45%, 40%)
HEX #946338 color: #946338
RGB rgb(148, 99, 56) color: rgb(148, 99, 56)
CMYK cmyk(0%, 33%, 62%, 42%)
HSV hsv(28, 62%, 58%)
HWB hwb(28 22% 42%) color: hwb(28 22% 42%)
OKLCH oklch(0.5429 0.0864 60.67) color: oklch(0.5429 0.0864 60.67)
Lab lab(46.32 15.23 32.12) color: lab(46.32 15.23 32.12)
LCH lch(46.32 35.55 64.63) color: lch(46.32 35.55 64.63)

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.12:1
vs Black 4.1: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)

#7F7E42 — rgb(127, 126, 66)

Deuteranopia (Green-blind)

#828545 — rgb(130, 133, 69)

Tritanopia (Blue-blind)

#924B4C — rgb(146, 75, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #946338;

tailwind

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

box shadow

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

css variable

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

HEX: #946338 | RGB: rgb(148, 99, 56) | CMYK: 0%, 33%, 62%, 42% | HSV: 28°, 62%, 58%. Copy any format from the conversion table above.

What colors go well with #946338?

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

As HSL: color: hsl(28, 45%, 40%); — As HEX: color: #946338; — As RGB: color: rgb(148, 99, 56); — Tailwind CSS: bg-[hsl(28,45%,40%)] — CSS variable: --color-primary: hsl(28, 45%, 40%);