HSL(22, 34%, 32%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(22,34%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(22, 34%, 32%) color: hsl(22, 34%, 32%)
HEX #6D4A36 color: #6D4A36
RGB rgb(109, 74, 54) color: rgb(109, 74, 54)
CMYK cmyk(0%, 32%, 50%, 57%)
HSV hsv(22, 50%, 43%)
HWB hwb(22 22% 57%) color: hwb(22 22% 57%)
OKLCH oklch(0.4428 0.0571 50.51) color: oklch(0.4428 0.0571 50.51)
Lab lab(34.83 12.29 17.9) color: lab(34.83 12.29 17.9)
LCH lch(34.83 21.71 55.53) color: lch(34.83 21.71 55.53)

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 7.83:1
vs Black 2.68:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5E5E3B — rgb(94, 94, 59)

Deuteranopia (Green-blind)

#60633C — rgb(96, 99, 60)

Tritanopia (Blue-blind)

#6B3F40 — rgb(107, 63, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(22, 34%, 32%);

text

color: hsl(22, 34%, 32%);

border

border: 2px solid hsl(22, 34%, 32%);

gradient light

background: linear-gradient(to right, hsl(22, 34%, 52%), hsl(22, 34%, 32%));

gradient dark

background: linear-gradient(to right, hsl(22, 34%, 32%), hsl(22, 34%, 12%))

hex

background-color: #6D4A36;

tailwind

bg-[hsl(22,34%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(22, 34%, 32%, 0.4);

css variable

--color-primary: hsl(22, 34%, 32%);

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(22, 34%, 32%)?

HEX: #6D4A36 | RGB: rgb(109, 74, 54) | CMYK: 0%, 32%, 50%, 57% | HSV: 22°, 50%, 43%. Copy any format from the conversion table above.

What colors go well with #6D4A36?

The complementary color is HSL(202, 34%, 32%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(22, 34%, 32%) in CSS?

As HSL: color: hsl(22, 34%, 32%); — As HEX: color: #6D4A36; — As RGB: color: rgb(109, 74, 54); — Tailwind CSS: bg-[hsl(22,34%,32%)] — CSS variable: --color-primary: hsl(22, 34%, 32%);