HSL(32, 60%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,60%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 60%, 34%) | color: hsl(32, 60%, 34%) | |
| HEX | #8B5A23 | color: #8B5A23 | |
| RGB | rgb(139, 90, 35) | color: rgb(139, 90, 35) | |
| CMYK | cmyk(0%, 35%, 75%, 45%) | — | |
| HSV | hsv(32, 75%, 55%) | — | |
| HWB | hwb(32 14% 45%) | color: hwb(32 14% 45%) | |
| OKLCH | oklch(0.5111 0.0948 65.56) | color: oklch(0.5111 0.0948 65.56) | |
| Lab | lab(42.65 15.03 38.67) | color: lab(42.65 15.03 38.67) | |
| LCH | lch(42.65 41.49 68.76) | color: lch(42.65 41.49 68.76) |
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)
#767530 — rgb(118, 117, 48)
Deuteranopia (Green-blind)
#797C34 — rgb(121, 124, 52)
Tritanopia (Blue-blind)
#893B3D — rgb(137, 59, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 60%, 34%);
text
color: hsl(32, 60%, 34%);
border
border: 2px solid hsl(32, 60%, 34%);
gradient light
background: linear-gradient(to right, hsl(32, 60%, 54%), hsl(32, 60%, 34%));
gradient dark
background: linear-gradient(to right, hsl(32, 60%, 34%), hsl(32, 60%, 14%))
hex
background-color: #8B5A23;
tailwind
bg-[hsl(32,60%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 60%, 34%, 0.4);
css variable
--color-primary: hsl(32, 60%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 60%, 34%)?
HEX: #8B5A23 | RGB: rgb(139, 90, 35) | CMYK: 0%, 35%, 75%, 45% | HSV: 32°, 75%, 55%. Copy any format from the conversion table above.
What colors go well with #8B5A23?
The complementary color is HSL(212, 60%, 34%). 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, 60%, 34%) in CSS?
As HSL: color: hsl(32, 60%, 34%); — As HEX: color: #8B5A23; — As RGB: color: rgb(139, 90, 35); — Tailwind CSS: bg-[hsl(32,60%,34%)] — CSS variable: --color-primary: hsl(32, 60%, 34%);