HSL(32, 14%, 17%)

Grayish Orange — Orange color

Adjust Color

Color Information

Color Name

Grayish Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(32,14%,17%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 14%, 17%) color: hsl(32, 14%, 17%)
HEX #312C25 color: #312C25
RGB rgb(49, 44, 37) color: rgb(49, 44, 37)
CMYK cmyk(0%, 10%, 24%, 81%)
HSV hsv(35, 24%, 19%)
HWB hwb(35 14% 81%) color: hwb(35 14% 81%)
OKLCH oklch(0.2961 0.0143 76.33) color: oklch(0.2961 0.0143 76.33)
Lab lab(18.31 0.83 5.37) color: lab(18.31 0.83 5.37)
LCH lch(18.31 5.43 81.21) color: lch(18.31 5.43 81.21)

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 13.84:1
vs Black 1.52: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)

#2F2F27 — rgb(47, 47, 39)

Deuteranopia (Green-blind)

#2F3027 — rgb(47, 48, 39)

Tritanopia (Blue-blind)

#312828 — rgb(49, 40, 40)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 14%, 17%);

text

color: hsl(32, 14%, 17%);

border

border: 2px solid hsl(32, 14%, 17%);

gradient light

background: linear-gradient(to right, hsl(32, 14%, 37%), hsl(32, 14%, 17%));

gradient dark

background: linear-gradient(to right, hsl(32, 14%, 17%), hsl(32, 14%, 0%))

hex

background-color: #312C25;

tailwind

bg-[hsl(32,14%,17%)]

box shadow

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

css variable

--color-primary: hsl(32, 14%, 17%);

Related Colors

Use Cases for Grayish 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(32, 14%, 17%)?

HEX: #312C25 | RGB: rgb(49, 44, 37) | CMYK: 0%, 10%, 24%, 81% | HSV: 35°, 24%, 19%. Copy any format from the conversion table above.

What colors go well with #312C25?

The complementary color is HSL(212, 14%, 17%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 14%, 17%) in CSS?

As HSL: color: hsl(32, 14%, 17%); — As HEX: color: #312C25; — As RGB: color: rgb(49, 44, 37); — Tailwind CSS: bg-[hsl(32,14%,17%)] — CSS variable: --color-primary: hsl(32, 14%, 17%);