HSL(32, 62%, 29%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,62%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 62%, 29%) | color: hsl(32, 62%, 29%) | |
| HEX | #784D1C | color: #784D1C | |
| RGB | rgb(120, 77, 28) | color: rgb(120, 77, 28) | |
| CMYK | cmyk(0%, 36%, 77%, 53%) | — | |
| HSV | hsv(32, 77%, 47%) | — | |
| HWB | hwb(32 11% 53%) | color: hwb(32 11% 53%) | |
| OKLCH | oklch(0.4594 0.0858 65.84) | color: oklch(0.4594 0.0858 65.84) | |
| Lab | lab(36.72 13.52 35.2) | color: lab(36.72 13.52 35.2) | |
| LCH | lch(36.72 37.71 68.99) | color: lch(36.72 37.71 68.99) |
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)
#656528 — rgb(101, 101, 40)
Deuteranopia (Green-blind)
#686B2B — rgb(104, 107, 43)
Tritanopia (Blue-blind)
#763133 — rgb(118, 49, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 62%, 29%);
text
color: hsl(32, 62%, 29%);
border
border: 2px solid hsl(32, 62%, 29%);
gradient light
background: linear-gradient(to right, hsl(32, 62%, 49%), hsl(32, 62%, 29%));
gradient dark
background: linear-gradient(to right, hsl(32, 62%, 29%), hsl(32, 62%, 9%))
hex
background-color: #784D1C;
tailwind
bg-[hsl(32,62%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 62%, 29%, 0.4);
css variable
--color-primary: hsl(32, 62%, 29%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 62%, 29%)?
HEX: #784D1C | RGB: rgb(120, 77, 28) | CMYK: 0%, 36%, 77%, 53% | HSV: 32°, 77%, 47%. Copy any format from the conversion table above.
What colors go well with #784D1C?
The complementary color is HSL(212, 62%, 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, 62%, 29%) in CSS?
As HSL: color: hsl(32, 62%, 29%); — As HEX: color: #784D1C; — As RGB: color: rgb(120, 77, 28); — Tailwind CSS: bg-[hsl(32,62%,29%)] — CSS variable: --color-primary: hsl(32, 62%, 29%);