HSL(36, 83%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,83%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 83%, 33%) | color: hsl(36, 83%, 33%) | |
| HEX | #9A620E | color: #9A620E | |
| RGB | rgb(154, 98, 14) | color: rgb(154, 98, 14) | |
| CMYK | cmyk(0%, 36%, 91%, 40%) | — | |
| HSV | hsv(36, 91%, 60%) | — | |
| HWB | hwb(36 5% 40%) | color: hwb(36 5% 40%) | |
| OKLCH | oklch(0.5448 0.1139 69.35) | color: oklch(0.5448 0.1139 69.35) | |
| Lab | lab(46.5 16.55 50.92) | color: lab(46.5 16.55 50.92) | |
| LCH | lch(46.5 53.54 71.99) | color: lch(46.5 53.54 71.99) |
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)
#828122 — rgb(130, 129, 34)
Deuteranopia (Green-blind)
#858927 — rgb(133, 137, 39)
Tritanopia (Blue-blind)
#973236 — rgb(151, 50, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 83%, 33%);
text
color: hsl(36, 83%, 33%);
border
border: 2px solid hsl(36, 83%, 33%);
gradient light
background: linear-gradient(to right, hsl(36, 83%, 53%), hsl(36, 83%, 33%));
gradient dark
background: linear-gradient(to right, hsl(36, 83%, 33%), hsl(36, 83%, 13%))
hex
background-color: #9A620E;
tailwind
bg-[hsl(36,83%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 83%, 33%, 0.4);
css variable
--color-primary: hsl(36, 83%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 83%, 33%)?
HEX: #9A620E | RGB: rgb(154, 98, 14) | CMYK: 0%, 36%, 91%, 40% | HSV: 36°, 91%, 60%. Copy any format from the conversion table above.
What colors go well with #9A620E?
The complementary color is HSL(216, 83%, 33%). 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, 83%, 33%) in CSS?
As HSL: color: hsl(36, 83%, 33%); — As HEX: color: #9A620E; — As RGB: color: rgb(154, 98, 14); — Tailwind CSS: bg-[hsl(36,83%,33%)] — CSS variable: --color-primary: hsl(36, 83%, 33%);