HSL(32, 75%, 20%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,75%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 75%, 20%) | color: hsl(32, 75%, 20%) | |
| HEX | #59360D | color: #59360D | |
| RGB | rgb(89, 54, 13) | color: rgb(89, 54, 13) | |
| CMYK | cmyk(0%, 39%, 85%, 65%) | — | |
| HSV | hsv(32, 85%, 35%) | — | |
| HWB | hwb(32 5% 65%) | color: hwb(32 5% 65%) | |
| OKLCH | oklch(0.3676 0.0731 65.32) | color: oklch(0.3676 0.0731 65.32) | |
| Lab | lab(26.13 11.93 30.55) | color: lab(26.13 11.93 30.55) | |
| LCH | lch(26.13 32.8 68.67) | color: lch(26.13 32.8 68.67) |
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)
#4A4A17 — rgb(74, 74, 23)
Deuteranopia (Green-blind)
#4C4F19 — rgb(76, 79, 25)
Tritanopia (Blue-blind)
#571F20 — rgb(87, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 75%, 20%);
text
color: hsl(32, 75%, 20%);
border
border: 2px solid hsl(32, 75%, 20%);
gradient light
background: linear-gradient(to right, hsl(32, 75%, 40%), hsl(32, 75%, 20%));
gradient dark
background: linear-gradient(to right, hsl(32, 75%, 20%), hsl(32, 75%, 0%))
hex
background-color: #59360D;
tailwind
bg-[hsl(32,75%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 75%, 20%, 0.4);
css variable
--color-primary: hsl(32, 75%, 20%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 75%, 20%)?
HEX: #59360D | RGB: rgb(89, 54, 13) | CMYK: 0%, 39%, 85%, 65% | HSV: 32°, 85%, 35%. Copy any format from the conversion table above.
What colors go well with #59360D?
The complementary color is HSL(212, 75%, 20%). 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%, 20%) in CSS?
As HSL: color: hsl(32, 75%, 20%); — As HEX: color: #59360D; — As RGB: color: rgb(89, 54, 13); — Tailwind CSS: bg-[hsl(32,75%,20%)] — CSS variable: --color-primary: hsl(32, 75%, 20%);