HSL(31, 44%, 39%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,44%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 44%, 39%) | color: hsl(31, 44%, 39%) | |
| HEX | #8F6538 | color: #8F6538 | |
| RGB | rgb(143, 101, 56) | color: rgb(143, 101, 56) | |
| CMYK | cmyk(0%, 29%, 61%, 44%) | — | |
| HSV | hsv(31, 61%, 56%) | — | |
| HWB | hwb(31 22% 44%) | color: hwb(31 22% 44%) | |
| OKLCH | oklch(0.5408 0.0817 66.48) | color: oklch(0.5408 0.0817 66.48) | |
| Lab | lab(46.22 11.82 31.85) | color: lab(46.22 11.82 31.85) | |
| LCH | lch(46.22 33.97 69.64) | color: lch(46.22 33.97 69.64) |
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)
#7D7C43 — rgb(125, 124, 67)
Deuteranopia (Green-blind)
#7F8246 — rgb(127, 130, 70)
Tritanopia (Blue-blind)
#8D4B4D — rgb(141, 75, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 44%, 39%);
text
color: hsl(31, 44%, 39%);
border
border: 2px solid hsl(31, 44%, 39%);
gradient light
background: linear-gradient(to right, hsl(31, 44%, 59%), hsl(31, 44%, 39%));
gradient dark
background: linear-gradient(to right, hsl(31, 44%, 39%), hsl(31, 44%, 19%))
hex
background-color: #8F6538;
tailwind
bg-[hsl(31,44%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 44%, 39%, 0.4);
css variable
--color-primary: hsl(31, 44%, 39%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 44%, 39%)?
HEX: #8F6538 | RGB: rgb(143, 101, 56) | CMYK: 0%, 29%, 61%, 44% | HSV: 31°, 61%, 56%. Copy any format from the conversion table above.
What colors go well with #8F6538?
The complementary color is HSL(211, 44%, 39%). 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, 44%, 39%) in CSS?
As HSL: color: hsl(31, 44%, 39%); — As HEX: color: #8F6538; — As RGB: color: rgb(143, 101, 56); — Tailwind CSS: bg-[hsl(31,44%,39%)] — CSS variable: --color-primary: hsl(31, 44%, 39%);