HSL(41, 66%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,66%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 66%, 43%) | color: hsl(41, 66%, 43%) | |
| HEX | #B68825 | color: #B68825 | |
| RGB | rgb(182, 136, 37) | color: rgb(182, 136, 37) | |
| CMYK | cmyk(0%, 25%, 80%, 29%) | — | |
| HSV | hsv(41, 80%, 71%) | — | |
| HWB | hwb(41 14% 29%) | color: hwb(41 14% 29%) | |
| OKLCH | oklch(0.6549 0.1228 81.75) | color: oklch(0.6549 0.1228 81.75) | |
| Lab | lab(59.61 8.5 55.99) | color: lab(59.61 8.5 55.99) | |
| LCH | lch(59.61 56.63 81.37) | color: lch(59.61 56.63 81.37) |
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)
#A2A23D — rgb(162, 162, 61)
Deuteranopia (Green-blind)
#A5A843 — rgb(165, 168, 67)
Tritanopia (Blue-blind)
#B45054 — rgb(180, 80, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 66%, 43%);
text
color: hsl(41, 66%, 43%);
border
border: 2px solid hsl(41, 66%, 43%);
gradient light
background: linear-gradient(to right, hsl(41, 66%, 63%), hsl(41, 66%, 43%));
gradient dark
background: linear-gradient(to right, hsl(41, 66%, 43%), hsl(41, 66%, 23%))
hex
background-color: #B68825;
tailwind
bg-[hsl(41,66%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 66%, 43%, 0.4);
css variable
--color-primary: hsl(41, 66%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 66%, 43%)?
HEX: #B68825 | RGB: rgb(182, 136, 37) | CMYK: 0%, 25%, 80%, 29% | HSV: 41°, 80%, 71%. Copy any format from the conversion table above.
What colors go well with #B68825?
The complementary color is HSL(221, 66%, 43%). 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, 66%, 43%) in CSS?
As HSL: color: hsl(41, 66%, 43%); — As HEX: color: #B68825; — As RGB: color: rgb(182, 136, 37); — Tailwind CSS: bg-[hsl(41,66%,43%)] — CSS variable: --color-primary: hsl(41, 66%, 43%);