HSL(38, 33%, 50%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(38,33%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(38, 33%, 50%) color: hsl(38, 33%, 50%)
HEX #AA8B55 color: #AA8B55
RGB rgb(170, 139, 85) color: rgb(170, 139, 85)
CMYK cmyk(0%, 18%, 50%, 33%)
HSV hsv(38, 50%, 67%)
HWB hwb(38 34% 33%) color: hwb(38 34% 33%)
OKLCH oklch(0.6534 0.081 80.47) color: oklch(0.6534 0.081 80.47)
Lab lab(59.59 4.69 33.15) color: lab(59.59 4.69 33.15)
LCH lch(59.59 33.48 81.95) color: lch(59.59 33.48 81.95)

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 3.21:1
vs Black 6.53: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)

#9D9C62 — rgb(157, 156, 98)

Deuteranopia (Green-blind)

#9EA165 — rgb(158, 161, 101)

Tritanopia (Blue-blind)

#A86C6F — rgb(168, 108, 111)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(38, 33%, 50%);

text

color: hsl(38, 33%, 50%);

border

border: 2px solid hsl(38, 33%, 50%);

gradient light

background: linear-gradient(to right, hsl(38, 33%, 70%), hsl(38, 33%, 50%));

gradient dark

background: linear-gradient(to right, hsl(38, 33%, 50%), hsl(38, 33%, 30%))

hex

background-color: #AA8B55;

tailwind

bg-[hsl(38,33%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(38, 33%, 50%, 0.4);

css variable

--color-primary: hsl(38, 33%, 50%);

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(38, 33%, 50%)?

HEX: #AA8B55 | RGB: rgb(170, 139, 85) | CMYK: 0%, 18%, 50%, 33% | HSV: 38°, 50%, 67%. Copy any format from the conversion table above.

What colors go well with #AA8B55?

The complementary color is HSL(218, 33%, 50%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(38, 33%, 50%) in CSS?

As HSL: color: hsl(38, 33%, 50%); — As HEX: color: #AA8B55; — As RGB: color: rgb(170, 139, 85); — Tailwind CSS: bg-[hsl(38,33%,50%)] — CSS variable: --color-primary: hsl(38, 33%, 50%);