HSL(41, 59%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,59%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 59%, 38%) | color: hsl(41, 59%, 38%) | |
| HEX | #9A7628 | color: #9A7628 | |
| RGB | rgb(154, 118, 40) | color: rgb(154, 118, 40) | |
| CMYK | cmyk(0%, 23%, 74%, 40%) | — | |
| HSV | hsv(41, 74%, 60%) | — | |
| HWB | hwb(41 16% 40%) | color: hwb(41 16% 40%) | |
| OKLCH | oklch(0.5869 0.1036 83.07) | color: oklch(0.5869 0.1036 83.07) | |
| Lab | lab(51.82 6.02 46.27) | color: lab(51.82 6.02 46.27) | |
| LCH | lch(51.82 46.66 82.59) | color: lch(51.82 46.66 82.59) |
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)
#8A8A3B — rgb(138, 138, 59)
Deuteranopia (Green-blind)
#8D8F3F — rgb(141, 143, 63)
Tritanopia (Blue-blind)
#984A4D — rgb(152, 74, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 59%, 38%);
text
color: hsl(41, 59%, 38%);
border
border: 2px solid hsl(41, 59%, 38%);
gradient light
background: linear-gradient(to right, hsl(41, 59%, 58%), hsl(41, 59%, 38%));
gradient dark
background: linear-gradient(to right, hsl(41, 59%, 38%), hsl(41, 59%, 18%))
hex
background-color: #9A7628;
tailwind
bg-[hsl(41,59%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 59%, 38%, 0.4);
css variable
--color-primary: hsl(41, 59%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 59%, 38%)?
HEX: #9A7628 | RGB: rgb(154, 118, 40) | CMYK: 0%, 23%, 74%, 40% | HSV: 41°, 74%, 60%. Copy any format from the conversion table above.
What colors go well with #9A7628?
The complementary color is HSL(221, 59%, 38%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 59%, 38%) in CSS?
As HSL: color: hsl(41, 59%, 38%); — As HEX: color: #9A7628; — As RGB: color: rgb(154, 118, 40); — Tailwind CSS: bg-[hsl(41,59%,38%)] — CSS variable: --color-primary: hsl(41, 59%, 38%);