HSL(41, 25%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,25%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 25%, 45%) | color: hsl(41, 25%, 45%) | |
| HEX | #8F7D56 | color: #8F7D56 | |
| RGB | rgb(143, 125, 86) | color: rgb(143, 125, 86) | |
| CMYK | cmyk(0%, 13%, 40%, 44%) | — | |
| HSV | hsv(41, 40%, 56%) | — | |
| HWB | hwb(41 34% 44%) | color: hwb(41 34% 44%) | |
| OKLCH | oklch(0.5965 0.0591 85.87) | color: oklch(0.5965 0.0591 85.87) | |
| Lab | lab(53.15 1.04 23.81) | color: lab(53.15 1.04 23.81) | |
| LCH | lch(53.15 23.83 87.5) | color: lch(53.15 23.83 87.5) |
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)
#87875F — rgb(135, 135, 95)
Deuteranopia (Green-blind)
#888A62 — rgb(136, 138, 98)
Tritanopia (Blue-blind)
#8E6769 — rgb(142, 103, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 25%, 45%);
text
color: hsl(41, 25%, 45%);
border
border: 2px solid hsl(41, 25%, 45%);
gradient light
background: linear-gradient(to right, hsl(41, 25%, 65%), hsl(41, 25%, 45%));
gradient dark
background: linear-gradient(to right, hsl(41, 25%, 45%), hsl(41, 25%, 25%))
hex
background-color: #8F7D56;
tailwind
bg-[hsl(41,25%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 25%, 45%, 0.4);
css variable
--color-primary: hsl(41, 25%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 25%, 45%)?
HEX: #8F7D56 | RGB: rgb(143, 125, 86) | CMYK: 0%, 13%, 40%, 44% | HSV: 41°, 40%, 56%. Copy any format from the conversion table above.
What colors go well with #8F7D56?
The complementary color is HSL(221, 25%, 45%). 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, 25%, 45%) in CSS?
As HSL: color: hsl(41, 25%, 45%); — As HEX: color: #8F7D56; — As RGB: color: rgb(143, 125, 86); — Tailwind CSS: bg-[hsl(41,25%,45%)] — CSS variable: --color-primary: hsl(41, 25%, 45%);