HSL(41, 95%, 34%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,95%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 95%, 34%) | color: hsl(41, 95%, 34%) | |
| HEX | #A97504 | color: #A97504 | |
| RGB | rgb(169, 117, 4) | color: rgb(169, 117, 4) | |
| CMYK | cmyk(0%, 31%, 98%, 34%) | — | |
| HSV | hsv(41, 98%, 66%) | — | |
| HWB | hwb(41 1% 34%) | color: hwb(41 1% 34%) | |
| OKLCH | oklch(0.6005 0.1244 77.45) | color: oklch(0.6005 0.1244 77.45) | |
| Lab | lab(53.13 12.44 58.77) | color: lab(53.13 12.44 58.77) | |
| LCH | lch(53.13 60.07 78.05) | color: lch(53.13 60.07 78.05) |
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)
#92921F — rgb(146, 146, 31)
Deuteranopia (Green-blind)
#969926 — rgb(150, 153, 38)
Tritanopia (Blue-blind)
#A6353A — rgb(166, 53, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 95%, 34%);
text
color: hsl(41, 95%, 34%);
border
border: 2px solid hsl(41, 95%, 34%);
gradient light
background: linear-gradient(to right, hsl(41, 95%, 54%), hsl(41, 95%, 34%));
gradient dark
background: linear-gradient(to right, hsl(41, 95%, 34%), hsl(41, 95%, 14%))
hex
background-color: #A97504;
tailwind
bg-[hsl(41,95%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 95%, 34%, 0.4);
css variable
--color-primary: hsl(41, 95%, 34%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 95%, 34%)?
HEX: #A97504 | RGB: rgb(169, 117, 4) | CMYK: 0%, 31%, 98%, 34% | HSV: 41°, 98%, 66%. Copy any format from the conversion table above.
What colors go well with #A97504?
The complementary color is HSL(221, 95%, 34%). 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, 95%, 34%) in CSS?
As HSL: color: hsl(41, 95%, 34%); — As HEX: color: #A97504; — As RGB: color: rgb(169, 117, 4); — Tailwind CSS: bg-[hsl(41,95%,34%)] — CSS variable: --color-primary: hsl(41, 95%, 34%);