HSL(32, 75%, 40%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,75%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 75%, 40%) | color: hsl(32, 75%, 40%) | |
| HEX | #B36B1A | color: #B36B1A | |
| RGB | rgb(179, 107, 26) | color: rgb(179, 107, 26) | |
| CMYK | cmyk(0%, 40%, 85%, 30%) | — | |
| HSV | hsv(32, 85%, 70%) | — | |
| HWB | hwb(32 11% 30%) | color: hwb(32 11% 30%) | |
| OKLCH | oklch(0.595 0.1269 62.49) | color: oklch(0.595 0.1269 62.49) | |
| Lab | lab(52.04 22.93 53.08) | color: lab(52.04 22.93 53.08) | |
| LCH | lch(52.04 57.82 66.64) | color: lch(52.04 57.82 66.64) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#94932E — rgb(148, 147, 46)
Deuteranopia (Green-blind)
#989D32 — rgb(152, 157, 50)
Tritanopia (Blue-blind)
#AF3D40 — rgb(175, 61, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 75%, 40%);
text
color: hsl(32, 75%, 40%);
border
border: 2px solid hsl(32, 75%, 40%);
gradient light
background: linear-gradient(to right, hsl(32, 75%, 60%), hsl(32, 75%, 40%));
gradient dark
background: linear-gradient(to right, hsl(32, 75%, 40%), hsl(32, 75%, 20%))
hex
background-color: #B36B1A;
tailwind
bg-[hsl(32,75%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 75%, 40%, 0.4);
css variable
--color-primary: hsl(32, 75%, 40%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 75%, 40%)?
HEX: #B36B1A | RGB: rgb(179, 107, 26) | CMYK: 0%, 40%, 85%, 30% | HSV: 32°, 85%, 70%. Copy any format from the conversion table above.
What colors go well with #B36B1A?
The complementary color is HSL(212, 75%, 40%). 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, 75%, 40%) in CSS?
As HSL: color: hsl(32, 75%, 40%); — As HEX: color: #B36B1A; — As RGB: color: rgb(179, 107, 26); — Tailwind CSS: bg-[hsl(32,75%,40%)] — CSS variable: --color-primary: hsl(32, 75%, 40%);