HSL(41, 18%, 33%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(41,18%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 18%, 33%) color: hsl(41, 18%, 33%)
HEX #635A45 color: #635A45
RGB rgb(99, 90, 69) color: rgb(99, 90, 69)
CMYK cmyk(0%, 9%, 30%, 61%)
HSV hsv(42, 30%, 39%)
HWB hwb(42 27% 61%) color: hwb(42 27% 61%)
OKLCH oklch(0.4702 0.0342 87.53) color: oklch(0.4702 0.0342 87.53)
Lab lab(38.54 -0.03 13.48) color: lab(38.54 -0.03 13.48)
LCH lch(38.54 13.48 90.13) color: lch(38.54 13.48 90.13)

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.82:1
vs Black 3.08: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)

#5F5F4A — rgb(95, 95, 74)

Deuteranopia (Green-blind)

#60604B — rgb(96, 96, 75)

Tritanopia (Blue-blind)

#634E4F — rgb(99, 78, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 18%, 33%);

text

color: hsl(41, 18%, 33%);

border

border: 2px solid hsl(41, 18%, 33%);

gradient light

background: linear-gradient(to right, hsl(41, 18%, 53%), hsl(41, 18%, 33%));

gradient dark

background: linear-gradient(to right, hsl(41, 18%, 33%), hsl(41, 18%, 13%))

hex

background-color: #635A45;

tailwind

bg-[hsl(41,18%,33%)]

box shadow

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

css variable

--color-primary: hsl(41, 18%, 33%);

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(41, 18%, 33%)?

HEX: #635A45 | RGB: rgb(99, 90, 69) | CMYK: 0%, 9%, 30%, 61% | HSV: 42°, 30%, 39%. Copy any format from the conversion table above.

What colors go well with #635A45?

The complementary color is HSL(221, 18%, 33%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(41, 18%, 33%) in CSS?

As HSL: color: hsl(41, 18%, 33%); — As HEX: color: #635A45; — As RGB: color: rgb(99, 90, 69); — Tailwind CSS: bg-[hsl(41,18%,33%)] — CSS variable: --color-primary: hsl(41, 18%, 33%);