HSL(31, 27%, 44%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,27%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 27%, 44%) | color: hsl(31, 27%, 44%) | |
| HEX | #8E7152 | color: #8E7152 | |
| RGB | rgb(142, 113, 82) | color: rgb(142, 113, 82) | |
| CMYK | cmyk(0%, 20%, 42%, 44%) | — | |
| HSV | hsv(31, 42%, 56%) | — | |
| HWB | hwb(31 32% 44%) | color: hwb(31 32% 44%) | |
| OKLCH | oklch(0.569 0.0576 68.12) | color: oklch(0.569 0.0576 68.12) | |
| Lab | lab(49.7 7 21.54) | color: lab(49.7 7 21.54) | |
| LCH | lch(49.7 22.65 72) | color: lch(49.7 22.65 72) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#81815A — rgb(129, 129, 90)
Deuteranopia (Green-blind)
#83855B — rgb(131, 133, 91)
Tritanopia (Blue-blind)
#8D5F61 — rgb(141, 95, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 27%, 44%);
text
color: hsl(31, 27%, 44%);
border
border: 2px solid hsl(31, 27%, 44%);
gradient light
background: linear-gradient(to right, hsl(31, 27%, 64%), hsl(31, 27%, 44%));
gradient dark
background: linear-gradient(to right, hsl(31, 27%, 44%), hsl(31, 27%, 24%))
hex
background-color: #8E7152;
tailwind
bg-[hsl(31,27%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 27%, 44%, 0.4);
css variable
--color-primary: hsl(31, 27%, 44%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 27%, 44%)?
HEX: #8E7152 | RGB: rgb(142, 113, 82) | CMYK: 0%, 20%, 42%, 44% | HSV: 31°, 42%, 56%. Copy any format from the conversion table above.
What colors go well with #8E7152?
The complementary color is HSL(211, 27%, 44%). 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, 27%, 44%) in CSS?
As HSL: color: hsl(31, 27%, 44%); — As HEX: color: #8E7152; — As RGB: color: rgb(142, 113, 82); — Tailwind CSS: bg-[hsl(31,27%,44%)] — CSS variable: --color-primary: hsl(31, 27%, 44%);