HSL(23, 48%, 36%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(23,48%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(23, 48%, 36%) color: hsl(23, 48%, 36%)
HEX #885230 color: #885230
RGB rgb(136, 82, 48) color: rgb(136, 82, 48)
CMYK cmyk(0%, 40%, 65%, 47%)
HSV hsv(23, 65%, 53%)
HWB hwb(23 19% 47%) color: hwb(23 19% 47%)
OKLCH oklch(0.4932 0.0869 51.69) color: oklch(0.4932 0.0869 51.69)
Lab lab(40.38 19.16 29.15) color: lab(40.38 19.16 29.15)
LCH lch(40.38 34.88 56.68) color: lch(40.38 34.88 56.68)

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 6.37:1
vs Black 3.3: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)

#717038 — rgb(113, 112, 56)

Deuteranopia (Green-blind)

#74783A — rgb(116, 120, 58)

Tritanopia (Blue-blind)

#853F40 — rgb(133, 63, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(23, 48%, 36%);

text

color: hsl(23, 48%, 36%);

border

border: 2px solid hsl(23, 48%, 36%);

gradient light

background: linear-gradient(to right, hsl(23, 48%, 56%), hsl(23, 48%, 36%));

gradient dark

background: linear-gradient(to right, hsl(23, 48%, 36%), hsl(23, 48%, 16%))

hex

background-color: #885230;

tailwind

bg-[hsl(23,48%,36%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(23, 48%, 36%, 0.4);

css variable

--color-primary: hsl(23, 48%, 36%);

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(23, 48%, 36%)?

HEX: #885230 | RGB: rgb(136, 82, 48) | CMYK: 0%, 40%, 65%, 47% | HSV: 23°, 65%, 53%. Copy any format from the conversion table above.

What colors go well with #885230?

The complementary color is HSL(203, 48%, 36%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(23, 48%, 36%) in CSS?

As HSL: color: hsl(23, 48%, 36%); — As HEX: color: #885230; — As RGB: color: rgb(136, 82, 48); — Tailwind CSS: bg-[hsl(23,48%,36%)] — CSS variable: --color-primary: hsl(23, 48%, 36%);