HSL(32, 91%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,91%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 91%, 34%) | color: hsl(32, 91%, 34%) | |
| HEX | #A65C08 | color: #A65C08 | |
| RGB | rgb(166, 92, 8) | color: rgb(166, 92, 8) | |
| CMYK | cmyk(0%, 45%, 95%, 35%) | — | |
| HSV | hsv(32, 95%, 65%) | — | |
| HWB | hwb(32 3% 35%) | color: hwb(32 3% 35%) | |
| OKLCH | oklch(0.5497 0.1269 59.48) | color: oklch(0.5497 0.1269 59.48) | |
| Lab | lab(46.69 25.19 53.25) | color: lab(46.69 25.19 53.25) | |
| LCH | lch(46.69 58.91 64.68) | color: lch(46.69 58.91 64.68) |
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)
#86851C — rgb(134, 133, 28)
Deuteranopia (Green-blind)
#8A9021 — rgb(138, 144, 33)
Tritanopia (Blue-blind)
#A22C30 — rgb(162, 44, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 91%, 34%);
text
color: hsl(32, 91%, 34%);
border
border: 2px solid hsl(32, 91%, 34%);
gradient light
background: linear-gradient(to right, hsl(32, 91%, 54%), hsl(32, 91%, 34%));
gradient dark
background: linear-gradient(to right, hsl(32, 91%, 34%), hsl(32, 91%, 14%))
hex
background-color: #A65C08;
tailwind
bg-[hsl(32,91%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 91%, 34%, 0.4);
css variable
--color-primary: hsl(32, 91%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 91%, 34%)?
HEX: #A65C08 | RGB: rgb(166, 92, 8) | CMYK: 0%, 45%, 95%, 35% | HSV: 32°, 95%, 65%. Copy any format from the conversion table above.
What colors go well with #A65C08?
The complementary color is HSL(212, 91%, 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, 91%, 34%) in CSS?
As HSL: color: hsl(32, 91%, 34%); — As HEX: color: #A65C08; — As RGB: color: rgb(166, 92, 8); — Tailwind CSS: bg-[hsl(32,91%,34%)] — CSS variable: --color-primary: hsl(32, 91%, 34%);