HSL(36, 92%, 18%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,92%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 92%, 18%) | color: hsl(36, 92%, 18%) | |
| HEX | #583604 | color: #583604 | |
| RGB | rgb(88, 54, 4) | color: rgb(88, 54, 4) | |
| CMYK | cmyk(0%, 39%, 95%, 65%) | — | |
| HSV | hsv(36, 95%, 35%) | — | |
| HWB | hwb(36 2% 65%) | color: hwb(36 2% 65%) | |
| OKLCH | oklch(0.3655 0.0766 69.48) | color: oklch(0.3655 0.0766 69.48) | |
| Lab | lab(25.93 11.08 34.07) | color: lab(25.93 11.08 34.07) | |
| LCH | lch(25.93 35.83 71.98) | color: lch(25.93 35.83 71.98) |
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)
#494910 — rgb(73, 73, 16)
Deuteranopia (Green-blind)
#4B4E13 — rgb(75, 78, 19)
Tritanopia (Blue-blind)
#561A1C — rgb(86, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 92%, 18%);
text
color: hsl(36, 92%, 18%);
border
border: 2px solid hsl(36, 92%, 18%);
gradient light
background: linear-gradient(to right, hsl(36, 92%, 38%), hsl(36, 92%, 18%));
gradient dark
background: linear-gradient(to right, hsl(36, 92%, 18%), hsl(36, 92%, 0%))
hex
background-color: #583604;
tailwind
bg-[hsl(36,92%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 92%, 18%, 0.4);
css variable
--color-primary: hsl(36, 92%, 18%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 92%, 18%)?
HEX: #583604 | RGB: rgb(88, 54, 4) | CMYK: 0%, 39%, 95%, 65% | HSV: 36°, 95%, 35%. Copy any format from the conversion table above.
What colors go well with #583604?
The complementary color is HSL(216, 92%, 18%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 92%, 18%) in CSS?
As HSL: color: hsl(36, 92%, 18%); — As HEX: color: #583604; — As RGB: color: rgb(88, 54, 4); — Tailwind CSS: bg-[hsl(36,92%,18%)] — CSS variable: --color-primary: hsl(36, 92%, 18%);