HSL(36, 68%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,68%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 68%, 33%) | color: hsl(36, 68%, 33%) | |
| HEX | #8D601B | color: #8D601B | |
| RGB | rgb(141, 96, 27) | color: rgb(141, 96, 27) | |
| CMYK | cmyk(0%, 32%, 81%, 45%) | — | |
| HSV | hsv(36, 81%, 55%) | — | |
| HWB | hwb(36 10% 45%) | color: hwb(36 10% 45%) | |
| OKLCH | oklch(0.525 0.1002 72.99) | color: oklch(0.525 0.1002 72.99) | |
| Lab | lab(44.39 12.09 44.04) | color: lab(44.39 12.09 44.04) | |
| LCH | lch(44.39 45.67 74.65) | color: lch(44.39 45.67 74.65) |
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)
#7A792C — rgb(122, 121, 44)
Deuteranopia (Green-blind)
#7C8030 — rgb(124, 128, 48)
Tritanopia (Blue-blind)
#8B393C — rgb(139, 57, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 68%, 33%);
text
color: hsl(36, 68%, 33%);
border
border: 2px solid hsl(36, 68%, 33%);
gradient light
background: linear-gradient(to right, hsl(36, 68%, 53%), hsl(36, 68%, 33%));
gradient dark
background: linear-gradient(to right, hsl(36, 68%, 33%), hsl(36, 68%, 13%))
hex
background-color: #8D601B;
tailwind
bg-[hsl(36,68%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 68%, 33%, 0.4);
css variable
--color-primary: hsl(36, 68%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 68%, 33%)?
HEX: #8D601B | RGB: rgb(141, 96, 27) | CMYK: 0%, 32%, 81%, 45% | HSV: 36°, 81%, 55%. Copy any format from the conversion table above.
What colors go well with #8D601B?
The complementary color is HSL(216, 68%, 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, 68%, 33%) in CSS?
As HSL: color: hsl(36, 68%, 33%); — As HEX: color: #8D601B; — As RGB: color: rgb(141, 96, 27); — Tailwind CSS: bg-[hsl(36,68%,33%)] — CSS variable: --color-primary: hsl(36, 68%, 33%);