HSL(31, 52%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,52%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 52%, 41%) | color: hsl(31, 52%, 41%) | |
| HEX | #9F6A32 | color: #9F6A32 | |
| RGB | rgb(159, 106, 50) | color: rgb(159, 106, 50) | |
| CMYK | cmyk(0%, 33%, 69%, 38%) | — | |
| HSV | hsv(31, 69%, 62%) | — | |
| HWB | hwb(31 19% 38%) | color: hwb(31 19% 38%) | |
| OKLCH | oklch(0.5695 0.0987 64.87) | color: oklch(0.5695 0.0987 64.87) | |
| Lab | lab(49.39 15.7 39.17) | color: lab(49.39 15.7 39.17) | |
| LCH | lch(49.39 42.2 68.16) | color: lch(49.39 42.2 68.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)
#888840 — rgb(136, 136, 64)
Deuteranopia (Green-blind)
#8B8F43 — rgb(139, 143, 67)
Tritanopia (Blue-blind)
#9C4A4D — rgb(156, 74, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 52%, 41%);
text
color: hsl(31, 52%, 41%);
border
border: 2px solid hsl(31, 52%, 41%);
gradient light
background: linear-gradient(to right, hsl(31, 52%, 61%), hsl(31, 52%, 41%));
gradient dark
background: linear-gradient(to right, hsl(31, 52%, 41%), hsl(31, 52%, 21%))
hex
background-color: #9F6A32;
tailwind
bg-[hsl(31,52%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 52%, 41%, 0.4);
css variable
--color-primary: hsl(31, 52%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 52%, 41%)?
HEX: #9F6A32 | RGB: rgb(159, 106, 50) | CMYK: 0%, 33%, 69%, 38% | HSV: 31°, 69%, 62%. Copy any format from the conversion table above.
What colors go well with #9F6A32?
The complementary color is HSL(211, 52%, 41%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 52%, 41%) in CSS?
As HSL: color: hsl(31, 52%, 41%); — As HEX: color: #9F6A32; — As RGB: color: rgb(159, 106, 50); — Tailwind CSS: bg-[hsl(31,52%,41%)] — CSS variable: --color-primary: hsl(31, 52%, 41%);