HSL(41, 17%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(41,17%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 17%, 24%) | color: hsl(41, 17%, 24%) | |
| HEX | #484133 | color: #484133 | |
| RGB | rgb(72, 65, 51) | color: rgb(72, 65, 51) | |
| CMYK | cmyk(0%, 10%, 29%, 72%) | — | |
| HSV | hsv(40, 29%, 28%) | — | |
| HWB | hwb(40 20% 72%) | color: hwb(40 20% 72%) | |
| OKLCH | oklch(0.3781 0.0247 84.5) | color: oklch(0.3781 0.0247 84.5) | |
| Lab | lab(27.84 0.37 9.65) | color: lab(27.84 0.37 9.65) | |
| LCH | lch(27.84 9.66 87.8) | color: lch(27.84 9.66 87.8) |
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)
#454536 — rgb(69, 69, 54)
Deuteranopia (Green-blind)
#454637 — rgb(69, 70, 55)
Tritanopia (Blue-blind)
#48393A — rgb(72, 57, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 17%, 24%);
text
color: hsl(41, 17%, 24%);
border
border: 2px solid hsl(41, 17%, 24%);
gradient light
background: linear-gradient(to right, hsl(41, 17%, 44%), hsl(41, 17%, 24%));
gradient dark
background: linear-gradient(to right, hsl(41, 17%, 24%), hsl(41, 17%, 4%))
hex
background-color: #484133;
tailwind
bg-[hsl(41,17%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 17%, 24%, 0.4);
css variable
--color-primary: hsl(41, 17%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 17%, 24%)?
HEX: #484133 | RGB: rgb(72, 65, 51) | CMYK: 0%, 10%, 29%, 72% | HSV: 40°, 29%, 28%. Copy any format from the conversion table above.
What colors go well with #484133?
The complementary color is HSL(221, 17%, 24%). 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, 17%, 24%) in CSS?
As HSL: color: hsl(41, 17%, 24%); — As HEX: color: #484133; — As RGB: color: rgb(72, 65, 51); — Tailwind CSS: bg-[hsl(41,17%,24%)] — CSS variable: --color-primary: hsl(41, 17%, 24%);