HSL(41, 34%, 39%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,34%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 34%, 39%) | color: hsl(41, 34%, 39%) | |
| HEX | #857042 | color: #857042 | |
| RGB | rgb(133, 112, 66) | color: rgb(133, 112, 66) | |
| CMYK | cmyk(0%, 16%, 50%, 48%) | — | |
| HSV | hsv(41, 50%, 52%) | — | |
| HWB | hwb(41 26% 48%) | color: hwb(41 26% 48%) | |
| OKLCH | oklch(0.5543 0.0689 85.67) | color: oklch(0.5543 0.0689 85.67) | |
| Lab | lab(48.22 1.83 28.52) | color: lab(48.22 1.83 28.52) | |
| LCH | lch(48.22 28.58 86.33) | color: lch(48.22 28.58 86.33) |
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)
#7C7C4D — rgb(124, 124, 77)
Deuteranopia (Green-blind)
#7D7F50 — rgb(125, 127, 80)
Tritanopia (Blue-blind)
#845658 — rgb(132, 86, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 34%, 39%);
text
color: hsl(41, 34%, 39%);
border
border: 2px solid hsl(41, 34%, 39%);
gradient light
background: linear-gradient(to right, hsl(41, 34%, 59%), hsl(41, 34%, 39%));
gradient dark
background: linear-gradient(to right, hsl(41, 34%, 39%), hsl(41, 34%, 19%))
hex
background-color: #857042;
tailwind
bg-[hsl(41,34%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 34%, 39%, 0.4);
css variable
--color-primary: hsl(41, 34%, 39%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 34%, 39%)?
HEX: #857042 | RGB: rgb(133, 112, 66) | CMYK: 0%, 16%, 50%, 48% | HSV: 41°, 50%, 52%. Copy any format from the conversion table above.
What colors go well with #857042?
The complementary color is HSL(221, 34%, 39%). 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, 34%, 39%) in CSS?
As HSL: color: hsl(41, 34%, 39%); — As HEX: color: #857042; — As RGB: color: rgb(133, 112, 66); — Tailwind CSS: bg-[hsl(41,34%,39%)] — CSS variable: --color-primary: hsl(41, 34%, 39%);