HSL(24, 32%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,32%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 32%, 35%) | color: hsl(24, 32%, 35%) | |
| HEX | #76543D | color: #76543D | |
| RGB | rgb(118, 84, 61) | color: rgb(118, 84, 61) | |
| CMYK | cmyk(0%, 29%, 48%, 54%) | — | |
| HSV | hsv(24, 48%, 46%) | — | |
| HWB | hwb(24 24% 54%) | color: hwb(24 24% 54%) | |
| OKLCH | oklch(0.4764 0.0573 54.96) | color: oklch(0.4764 0.0573 54.96) | |
| Lab | lab(38.78 11.08 19.01) | color: lab(38.78 11.08 19.01) | |
| LCH | lch(38.78 22 59.76) | color: lch(38.78 22 59.76) |
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)
#676743 — rgb(103, 103, 67)
Deuteranopia (Green-blind)
#696C44 — rgb(105, 108, 68)
Tritanopia (Blue-blind)
#744748 — rgb(116, 71, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 32%, 35%);
text
color: hsl(24, 32%, 35%);
border
border: 2px solid hsl(24, 32%, 35%);
gradient light
background: linear-gradient(to right, hsl(24, 32%, 55%), hsl(24, 32%, 35%));
gradient dark
background: linear-gradient(to right, hsl(24, 32%, 35%), hsl(24, 32%, 15%))
hex
background-color: #76543D;
tailwind
bg-[hsl(24,32%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 32%, 35%, 0.4);
css variable
--color-primary: hsl(24, 32%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 32%, 35%)?
HEX: #76543D | RGB: rgb(118, 84, 61) | CMYK: 0%, 29%, 48%, 54% | HSV: 24°, 48%, 46%. Copy any format from the conversion table above.
What colors go well with #76543D?
The complementary color is HSL(204, 32%, 35%). 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, 32%, 35%) in CSS?
As HSL: color: hsl(24, 32%, 35%); — As HEX: color: #76543D; — As RGB: color: rgb(118, 84, 61); — Tailwind CSS: bg-[hsl(24,32%,35%)] — CSS variable: --color-primary: hsl(24, 32%, 35%);