HSL(41, 21%, 46%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,21%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 21%, 46%) | color: hsl(41, 21%, 46%) | |
| HEX | #8E7E5D | color: #8E7E5D | |
| RGB | rgb(142, 126, 93) | color: rgb(142, 126, 93) | |
| CMYK | cmyk(0%, 11%, 35%, 44%) | — | |
| HSV | hsv(40, 35%, 56%) | — | |
| HWB | hwb(40 36% 44%) | color: hwb(40 36% 44%) | |
| OKLCH | oklch(0.5991 0.0509 84.99) | color: oklch(0.5991 0.0509 84.99) | |
| Lab | lab(53.45 0.94 20.24) | color: lab(53.45 0.94 20.24) | |
| LCH | lch(53.45 20.26 87.34) | color: lch(53.45 20.26 87.34) |
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)
#878765 — rgb(135, 135, 101)
Deuteranopia (Green-blind)
#888967 — rgb(136, 137, 103)
Tritanopia (Blue-blind)
#8D6B6D — rgb(141, 107, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 21%, 46%);
text
color: hsl(41, 21%, 46%);
border
border: 2px solid hsl(41, 21%, 46%);
gradient light
background: linear-gradient(to right, hsl(41, 21%, 66%), hsl(41, 21%, 46%));
gradient dark
background: linear-gradient(to right, hsl(41, 21%, 46%), hsl(41, 21%, 26%))
hex
background-color: #8E7E5D;
tailwind
bg-[hsl(41,21%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 21%, 46%, 0.4);
css variable
--color-primary: hsl(41, 21%, 46%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 21%, 46%)?
HEX: #8E7E5D | RGB: rgb(142, 126, 93) | CMYK: 0%, 11%, 35%, 44% | HSV: 40°, 35%, 56%. Copy any format from the conversion table above.
What colors go well with #8E7E5D?
The complementary color is HSL(221, 21%, 46%). 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, 21%, 46%) in CSS?
As HSL: color: hsl(41, 21%, 46%); — As HEX: color: #8E7E5D; — As RGB: color: rgb(142, 126, 93); — Tailwind CSS: bg-[hsl(41,21%,46%)] — CSS variable: --color-primary: hsl(41, 21%, 46%);