HSL(24, 60%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,60%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 60%, 41%) | color: hsl(24, 60%, 41%) | |
| HEX | #A75C2A | color: #A75C2A | |
| RGB | rgb(167, 92, 42) | color: rgb(167, 92, 42) | |
| CMYK | cmyk(0%, 45%, 75%, 35%) | — | |
| HSV | hsv(24, 75%, 65%) | — | |
| HWB | hwb(24 16% 35%) | color: hwb(24 16% 35%) | |
| OKLCH | oklch(0.5532 0.1167 51.47) | color: oklch(0.5532 0.1167 51.47) | |
| Lab | lab(47.03 26.64 40.97) | color: lab(47.03 26.64 40.97) | |
| LCH | lch(47.03 48.87 56.97) | color: lch(47.03 48.87 56.97) |
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)
#878636 — rgb(135, 134, 54)
Deuteranopia (Green-blind)
#8B9139 — rgb(139, 145, 57)
Tritanopia (Blue-blind)
#A34042 — rgb(163, 64, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 60%, 41%);
text
color: hsl(24, 60%, 41%);
border
border: 2px solid hsl(24, 60%, 41%);
gradient light
background: linear-gradient(to right, hsl(24, 60%, 61%), hsl(24, 60%, 41%));
gradient dark
background: linear-gradient(to right, hsl(24, 60%, 41%), hsl(24, 60%, 21%))
hex
background-color: #A75C2A;
tailwind
bg-[hsl(24,60%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 60%, 41%, 0.4);
css variable
--color-primary: hsl(24, 60%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 60%, 41%)?
HEX: #A75C2A | RGB: rgb(167, 92, 42) | CMYK: 0%, 45%, 75%, 35% | HSV: 24°, 75%, 65%. Copy any format from the conversion table above.
What colors go well with #A75C2A?
The complementary color is HSL(204, 60%, 41%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 60%, 41%) in CSS?
As HSL: color: hsl(24, 60%, 41%); — As HEX: color: #A75C2A; — As RGB: color: rgb(167, 92, 42); — Tailwind CSS: bg-[hsl(24,60%,41%)] — CSS variable: --color-primary: hsl(24, 60%, 41%);