HSL(43, 71%, 32%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,71%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 71%, 32%) | color: hsl(43, 71%, 32%) | |
| HEX | #8C6B18 | color: #8C6B18 | |
| RGB | rgb(140, 107, 24) | color: rgb(140, 107, 24) | |
| CMYK | cmyk(0%, 24%, 83%, 45%) | — | |
| HSV | hsv(43, 83%, 55%) | — | |
| HWB | hwb(43 9% 45%) | color: hwb(43 9% 45%) | |
| OKLCH | oklch(0.5466 0.1034 85.09) | color: oklch(0.5466 0.1034 85.09) | |
| Lab | lab(47.18 5.11 47.68) | color: lab(47.18 5.11 47.68) | |
| LCH | lch(47.18 47.95 83.88) | color: lch(47.18 47.95 83.88) |
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)
#7E7D2C — rgb(126, 125, 44)
Deuteranopia (Green-blind)
#808231 — rgb(128, 130, 49)
Tritanopia (Blue-blind)
#8A3C3F — rgb(138, 60, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 71%, 32%);
text
color: hsl(43, 71%, 32%);
border
border: 2px solid hsl(43, 71%, 32%);
gradient light
background: linear-gradient(to right, hsl(43, 71%, 52%), hsl(43, 71%, 32%));
gradient dark
background: linear-gradient(to right, hsl(43, 71%, 32%), hsl(43, 71%, 12%))
hex
background-color: #8C6B18;
tailwind
bg-[hsl(43,71%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 71%, 32%, 0.4);
css variable
--color-primary: hsl(43, 71%, 32%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 71%, 32%)?
HEX: #8C6B18 | RGB: rgb(140, 107, 24) | CMYK: 0%, 24%, 83%, 45% | HSV: 43°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #8C6B18?
The complementary color is HSL(223, 71%, 32%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 71%, 32%) in CSS?
As HSL: color: hsl(43, 71%, 32%); — As HEX: color: #8C6B18; — As RGB: color: rgb(140, 107, 24); — Tailwind CSS: bg-[hsl(43,71%,32%)] — CSS variable: --color-primary: hsl(43, 71%, 32%);