HSL(32, 63%, 17%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,63%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 63%, 17%) | color: hsl(32, 63%, 17%) | |
| HEX | #472D10 | color: #472D10 | |
| RGB | rgb(71, 45, 16) | color: rgb(71, 45, 16) | |
| CMYK | cmyk(0%, 37%, 77%, 72%) | — | |
| HSV | hsv(32, 77%, 28%) | — | |
| HWB | hwb(32 6% 72%) | color: hwb(32 6% 72%) | |
| OKLCH | oklch(0.3225 0.057 66.08) | color: oklch(0.3225 0.057 66.08) | |
| Lab | lab(21.03 8.76 23.01) | color: lab(21.03 8.76 23.01) | |
| LCH | lch(21.03 24.62 69.16) | color: lch(21.03 24.62 69.16) |
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)
#3C3C17 — rgb(60, 60, 23)
Deuteranopia (Green-blind)
#3D3F19 — rgb(61, 63, 25)
Tritanopia (Blue-blind)
#461D1E — rgb(70, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 63%, 17%);
text
color: hsl(32, 63%, 17%);
border
border: 2px solid hsl(32, 63%, 17%);
gradient light
background: linear-gradient(to right, hsl(32, 63%, 37%), hsl(32, 63%, 17%));
gradient dark
background: linear-gradient(to right, hsl(32, 63%, 17%), hsl(32, 63%, 0%))
hex
background-color: #472D10;
tailwind
bg-[hsl(32,63%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 63%, 17%, 0.4);
css variable
--color-primary: hsl(32, 63%, 17%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 63%, 17%)?
HEX: #472D10 | RGB: rgb(71, 45, 16) | CMYK: 0%, 37%, 77%, 72% | HSV: 32°, 77%, 28%. Copy any format from the conversion table above.
What colors go well with #472D10?
The complementary color is HSL(212, 63%, 17%). 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, 63%, 17%) in CSS?
As HSL: color: hsl(32, 63%, 17%); — As HEX: color: #472D10; — As RGB: color: rgb(71, 45, 16); — Tailwind CSS: bg-[hsl(32,63%,17%)] — CSS variable: --color-primary: hsl(32, 63%, 17%);