HSL(35, 72%, 32%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(35,72%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(35, 72%, 32%) | color: hsl(35, 72%, 32%) | |
| HEX | #8C5B17 | color: #8C5B17 | |
| RGB | rgb(140, 91, 23) | color: rgb(140, 91, 23) | |
| CMYK | cmyk(0%, 35%, 84%, 45%) | — | |
| HSV | hsv(35, 84%, 55%) | — | |
| HWB | hwb(35 9% 45%) | color: hwb(35 9% 45%) | |
| OKLCH | oklch(0.5134 0.1017 69.52) | color: oklch(0.5134 0.1017 69.52) | |
| Lab | lab(42.94 14.39 44.27) | color: lab(42.94 14.39 44.27) | |
| LCH | lch(42.94 46.55 71.99) | color: lch(42.94 46.55 71.99) |
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)
#777627 — rgb(119, 118, 39)
Deuteranopia (Green-blind)
#7A7D2B — rgb(122, 125, 43)
Tritanopia (Blue-blind)
#8A3437 — rgb(138, 52, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(35, 72%, 32%);
text
color: hsl(35, 72%, 32%);
border
border: 2px solid hsl(35, 72%, 32%);
gradient light
background: linear-gradient(to right, hsl(35, 72%, 52%), hsl(35, 72%, 32%));
gradient dark
background: linear-gradient(to right, hsl(35, 72%, 32%), hsl(35, 72%, 12%))
hex
background-color: #8C5B17;
tailwind
bg-[hsl(35,72%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(35, 72%, 32%, 0.4);
css variable
--color-primary: hsl(35, 72%, 32%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(35, 72%, 32%)?
HEX: #8C5B17 | RGB: rgb(140, 91, 23) | CMYK: 0%, 35%, 84%, 45% | HSV: 35°, 84%, 55%. Copy any format from the conversion table above.
What colors go well with #8C5B17?
The complementary color is HSL(215, 72%, 32%). For a triadic harmony, use hues 35°, 155°, and 275°. For analogous combinations, try hues 5° and 65°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(35, 72%, 32%) in CSS?
As HSL: color: hsl(35, 72%, 32%); — As HEX: color: #8C5B17; — As RGB: color: rgb(140, 91, 23); — Tailwind CSS: bg-[hsl(35,72%,32%)] — CSS variable: --color-primary: hsl(35, 72%, 32%);