HSL(32, 91%, 26%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,91%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 91%, 26%) | color: hsl(32, 91%, 26%) | |
| HEX | #7F4606 | color: #7F4606 | |
| RGB | rgb(127, 70, 6) | color: rgb(127, 70, 6) | |
| CMYK | cmyk(0%, 45%, 95%, 50%) | — | |
| HSV | hsv(32, 95%, 50%) | — | |
| HWB | hwb(32 3% 50%) | color: hwb(32 3% 50%) | |
| OKLCH | oklch(0.454 0.1034 60.08) | color: oklch(0.454 0.1034 60.08) | |
| Lab | lab(35.8 20.19 43.45) | color: lab(35.8 20.19 43.45) | |
| LCH | lch(35.8 47.91 65.08) | color: lch(35.8 47.91 65.08) |
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)
#666615 — rgb(102, 102, 21)
Deuteranopia (Green-blind)
#6A6E19 — rgb(106, 110, 25)
Tritanopia (Blue-blind)
#7C2224 — rgb(124, 34, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 91%, 26%);
text
color: hsl(32, 91%, 26%);
border
border: 2px solid hsl(32, 91%, 26%);
gradient light
background: linear-gradient(to right, hsl(32, 91%, 46%), hsl(32, 91%, 26%));
gradient dark
background: linear-gradient(to right, hsl(32, 91%, 26%), hsl(32, 91%, 6%))
hex
background-color: #7F4606;
tailwind
bg-[hsl(32,91%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 91%, 26%, 0.4);
css variable
--color-primary: hsl(32, 91%, 26%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 91%, 26%)?
HEX: #7F4606 | RGB: rgb(127, 70, 6) | CMYK: 0%, 45%, 95%, 50% | HSV: 32°, 95%, 50%. Copy any format from the conversion table above.
What colors go well with #7F4606?
The complementary color is HSL(212, 91%, 26%). 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%, 26%) in CSS?
As HSL: color: hsl(32, 91%, 26%); — As HEX: color: #7F4606; — As RGB: color: rgb(127, 70, 6); — Tailwind CSS: bg-[hsl(32,91%,26%)] — CSS variable: --color-primary: hsl(32, 91%, 26%);