HSL(31, 39%, 54%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,39%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 39%, 54%) | color: hsl(31, 39%, 54%) | |
| HEX | #B78B5C | color: #B78B5C | |
| RGB | rgb(183, 139, 92) | color: rgb(183, 139, 92) | |
| CMYK | cmyk(0%, 24%, 50%, 28%) | — | |
| HSV | hsv(31, 50%, 72%) | — | |
| HWB | hwb(31 36% 28%) | color: hwb(31 36% 28%) | |
| OKLCH | oklch(0.6683 0.0828 67.46) | color: oklch(0.6683 0.0828 67.46) | |
| Lab | lab(61.05 10.92 31.51) | color: lab(61.05 10.92 31.51) | |
| LCH | lch(61.05 33.35 70.89) | color: lch(61.05 33.35 70.89) |
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)
#A4A467 — rgb(164, 164, 103)
Deuteranopia (Green-blind)
#A7AA6A — rgb(167, 170, 106)
Tritanopia (Blue-blind)
#B57072 — rgb(181, 112, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 39%, 54%);
text
color: hsl(31, 39%, 54%);
border
border: 2px solid hsl(31, 39%, 54%);
gradient light
background: linear-gradient(to right, hsl(31, 39%, 74%), hsl(31, 39%, 54%));
gradient dark
background: linear-gradient(to right, hsl(31, 39%, 54%), hsl(31, 39%, 34%))
hex
background-color: #B78B5C;
tailwind
bg-[hsl(31,39%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 39%, 54%, 0.4);
css variable
--color-primary: hsl(31, 39%, 54%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 39%, 54%)?
HEX: #B78B5C | RGB: rgb(183, 139, 92) | CMYK: 0%, 24%, 50%, 28% | HSV: 31°, 50%, 72%. Copy any format from the conversion table above.
What colors go well with #B78B5C?
The complementary color is HSL(211, 39%, 54%). 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, 39%, 54%) in CSS?
As HSL: color: hsl(31, 39%, 54%); — As HEX: color: #B78B5C; — As RGB: color: rgb(183, 139, 92); — Tailwind CSS: bg-[hsl(31,39%,54%)] — CSS variable: --color-primary: hsl(31, 39%, 54%);