HSL(31, 40%, 53%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,40%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 40%, 53%) | color: hsl(31, 40%, 53%) | |
| HEX | #B78957 | color: #B78957 | |
| RGB | rgb(183, 137, 87) | color: rgb(183, 137, 87) | |
| CMYK | cmyk(0%, 25%, 52%, 28%) | — | |
| HSV | hsv(31, 52%, 72%) | — | |
| HWB | hwb(31 35% 28%) | color: hwb(31 35% 28%) | |
| OKLCH | oklch(0.6635 0.0871 67.7) | color: oklch(0.6635 0.0871 67.7) | |
| Lab | lab(60.47 11.56 33.48) | color: lab(60.47 11.56 33.48) | |
| LCH | lch(60.47 35.42 70.95) | color: lch(60.47 35.42 70.95) |
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)
#A3A363 — rgb(163, 163, 99)
Deuteranopia (Green-blind)
#A6A966 — rgb(166, 169, 102)
Tritanopia (Blue-blind)
#B56D6F — rgb(181, 109, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 40%, 53%);
text
color: hsl(31, 40%, 53%);
border
border: 2px solid hsl(31, 40%, 53%);
gradient light
background: linear-gradient(to right, hsl(31, 40%, 73%), hsl(31, 40%, 53%));
gradient dark
background: linear-gradient(to right, hsl(31, 40%, 53%), hsl(31, 40%, 33%))
hex
background-color: #B78957;
tailwind
bg-[hsl(31,40%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 40%, 53%, 0.4);
css variable
--color-primary: hsl(31, 40%, 53%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 40%, 53%)?
HEX: #B78957 | RGB: rgb(183, 137, 87) | CMYK: 0%, 25%, 52%, 28% | HSV: 31°, 52%, 72%. Copy any format from the conversion table above.
What colors go well with #B78957?
The complementary color is HSL(211, 40%, 53%). 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, 40%, 53%) in CSS?
As HSL: color: hsl(31, 40%, 53%); — As HEX: color: #B78957; — As RGB: color: rgb(183, 137, 87); — Tailwind CSS: bg-[hsl(31,40%,53%)] — CSS variable: --color-primary: hsl(31, 40%, 53%);