HSL(32, 60%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,60%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 60%, 29%) | color: hsl(32, 60%, 29%) | |
| HEX | #764D1E | color: #764D1E | |
| RGB | rgb(118, 77, 30) | color: rgb(118, 77, 30) | |
| CMYK | cmyk(0%, 35%, 75%, 54%) | — | |
| HSV | hsv(32, 75%, 46%) | — | |
| HWB | hwb(32 12% 54%) | color: hwb(32 12% 54%) | |
| OKLCH | oklch(0.457 0.0829 66.45) | color: oklch(0.457 0.0829 66.45) | |
| Lab | lab(36.47 12.68 33.86) | color: lab(36.47 12.68 33.86) | |
| LCH | lch(36.47 36.16 69.47) | color: lch(36.47 36.16 69.47) |
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)
#646429 — rgb(100, 100, 41)
Deuteranopia (Green-blind)
#676A2C — rgb(103, 106, 44)
Tritanopia (Blue-blind)
#743234 — rgb(116, 50, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 60%, 29%);
text
color: hsl(32, 60%, 29%);
border
border: 2px solid hsl(32, 60%, 29%);
gradient light
background: linear-gradient(to right, hsl(32, 60%, 49%), hsl(32, 60%, 29%));
gradient dark
background: linear-gradient(to right, hsl(32, 60%, 29%), hsl(32, 60%, 9%))
hex
background-color: #764D1E;
tailwind
bg-[hsl(32,60%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 60%, 29%, 0.4);
css variable
--color-primary: hsl(32, 60%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 60%, 29%)?
HEX: #764D1E | RGB: rgb(118, 77, 30) | CMYK: 0%, 35%, 75%, 54% | HSV: 32°, 75%, 46%. Copy any format from the conversion table above.
What colors go well with #764D1E?
The complementary color is HSL(212, 60%, 29%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 60%, 29%) in CSS?
As HSL: color: hsl(32, 60%, 29%); — As HEX: color: #764D1E; — As RGB: color: rgb(118, 77, 30); — Tailwind CSS: bg-[hsl(32,60%,29%)] — CSS variable: --color-primary: hsl(32, 60%, 29%);