HSL(23, 68%, 39%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(23,68%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(23, 68%, 39%) color: hsl(23, 68%, 39%)
HEX #A75420 color: #A75420
RGB rgb(167, 84, 32) color: rgb(167, 84, 32)
CMYK cmyk(0%, 50%, 81%, 35%)
HSV hsv(23, 81%, 65%)
HWB hwb(23 12% 35%) color: hwb(23 12% 35%)
OKLCH oklch(0.5387 0.1262 48.87) color: oklch(0.5387 0.1262 48.87)
Lab lab(45.17 30.58 43.9) color: lab(45.17 30.58 43.9)
LCH lch(45.17 53.5 55.14) color: lch(45.17 53.5 55.14)

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.34:1
vs Black 3.93: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)

#83822D — rgb(131, 130, 45)

Deuteranopia (Green-blind)

#888E30 — rgb(136, 142, 48)

Tritanopia (Blue-blind)

#A33739 — rgb(163, 55, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(23, 68%, 39%);

text

color: hsl(23, 68%, 39%);

border

border: 2px solid hsl(23, 68%, 39%);

gradient light

background: linear-gradient(to right, hsl(23, 68%, 59%), hsl(23, 68%, 39%));

gradient dark

background: linear-gradient(to right, hsl(23, 68%, 39%), hsl(23, 68%, 19%))

hex

background-color: #A75420;

tailwind

bg-[hsl(23,68%,39%)]

box shadow

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

css variable

--color-primary: hsl(23, 68%, 39%);

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, 68%, 39%)?

HEX: #A75420 | RGB: rgb(167, 84, 32) | CMYK: 0%, 50%, 81%, 35% | HSV: 23°, 81%, 65%. Copy any format from the conversion table above.

What colors go well with #A75420?

The complementary color is HSL(203, 68%, 39%). 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, 68%, 39%) in CSS?

As HSL: color: hsl(23, 68%, 39%); — As HEX: color: #A75420; — As RGB: color: rgb(167, 84, 32); — Tailwind CSS: bg-[hsl(23,68%,39%)] — CSS variable: --color-primary: hsl(23, 68%, 39%);