HSL(32, 36%, 40%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,36%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 36%, 40%) | color: hsl(32, 36%, 40%) | |
| HEX | #8B6841 | color: #8B6841 | |
| RGB | rgb(139, 104, 65) | color: rgb(139, 104, 65) | |
| CMYK | cmyk(0%, 25%, 53%, 45%) | — | |
| HSV | hsv(32, 53%, 55%) | — | |
| HWB | hwb(32 26% 45%) | color: hwb(32 26% 45%) | |
| OKLCH | oklch(0.5437 0.0707 68.44) | color: oklch(0.5437 0.0707 68.44) | |
| Lab | lab(46.67 9.07 27.29) | color: lab(46.67 9.07 27.29) | |
| LCH | lch(46.67 28.76 71.62) | color: lch(46.67 28.76 71.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#7C7C4A — rgb(124, 124, 74)
Deuteranopia (Green-blind)
#7E814D — rgb(126, 129, 77)
Tritanopia (Blue-blind)
#895254 — rgb(137, 82, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 36%, 40%);
text
color: hsl(32, 36%, 40%);
border
border: 2px solid hsl(32, 36%, 40%);
gradient light
background: linear-gradient(to right, hsl(32, 36%, 60%), hsl(32, 36%, 40%));
gradient dark
background: linear-gradient(to right, hsl(32, 36%, 40%), hsl(32, 36%, 20%))
hex
background-color: #8B6841;
tailwind
bg-[hsl(32,36%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 36%, 40%, 0.4);
css variable
--color-primary: hsl(32, 36%, 40%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 36%, 40%)?
HEX: #8B6841 | RGB: rgb(139, 104, 65) | CMYK: 0%, 25%, 53%, 45% | HSV: 32°, 53%, 55%. Copy any format from the conversion table above.
What colors go well with #8B6841?
The complementary color is HSL(212, 36%, 40%). 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, 36%, 40%) in CSS?
As HSL: color: hsl(32, 36%, 40%); — As HEX: color: #8B6841; — As RGB: color: rgb(139, 104, 65); — Tailwind CSS: bg-[hsl(32,36%,40%)] — CSS variable: --color-primary: hsl(32, 36%, 40%);