HSL(32, 70%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,70%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 70%, 37%) | color: hsl(32, 70%, 37%) | |
| HEX | #A0631C | color: #A0631C | |
| RGB | rgb(160, 99, 28) | color: rgb(160, 99, 28) | |
| CMYK | cmyk(0%, 38%, 83%, 37%) | — | |
| HSV | hsv(32, 83%, 63%) | — | |
| HWB | hwb(32 11% 37%) | color: hwb(32 11% 37%) | |
| OKLCH | oklch(0.5553 0.1132 64.54) | color: oklch(0.5553 0.1132 64.54) | |
| Lab | lab(47.6 19.08 47.49) | color: lab(47.6 19.08 47.49) | |
| LCH | lch(47.6 51.18 68.11) | color: lch(47.6 51.18 68.11) |
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)
#86852D — rgb(134, 133, 45)
Deuteranopia (Green-blind)
#898E31 — rgb(137, 142, 49)
Tritanopia (Blue-blind)
#9D3B3E — rgb(157, 59, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 70%, 37%);
text
color: hsl(32, 70%, 37%);
border
border: 2px solid hsl(32, 70%, 37%);
gradient light
background: linear-gradient(to right, hsl(32, 70%, 57%), hsl(32, 70%, 37%));
gradient dark
background: linear-gradient(to right, hsl(32, 70%, 37%), hsl(32, 70%, 17%))
hex
background-color: #A0631C;
tailwind
bg-[hsl(32,70%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 70%, 37%, 0.4);
css variable
--color-primary: hsl(32, 70%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 70%, 37%)?
HEX: #A0631C | RGB: rgb(160, 99, 28) | CMYK: 0%, 38%, 83%, 37% | HSV: 32°, 83%, 63%. Copy any format from the conversion table above.
What colors go well with #A0631C?
The complementary color is HSL(212, 70%, 37%). 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, 70%, 37%) in CSS?
As HSL: color: hsl(32, 70%, 37%); — As HEX: color: #A0631C; — As RGB: color: rgb(160, 99, 28); — Tailwind CSS: bg-[hsl(32,70%,37%)] — CSS variable: --color-primary: hsl(32, 70%, 37%);