HSL(31, 72%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,72%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 72%, 41%) | color: hsl(31, 72%, 41%) | |
| HEX | #B46B1D | color: #B46B1D | |
| RGB | rgb(180, 107, 29) | color: rgb(180, 107, 29) | |
| CMYK | cmyk(0%, 41%, 84%, 29%) | — | |
| HSV | hsv(31, 84%, 71%) | — | |
| HWB | hwb(31 11% 29%) | color: hwb(31 11% 29%) | |
| OKLCH | oklch(0.5965 0.1267 61.51) | color: oklch(0.5965 0.1267 61.51) | |
| Lab | lab(52.19 23.45 52.19) | color: lab(52.19 23.45 52.19) | |
| LCH | lch(52.19 57.22 65.8) | color: lch(52.19 57.22 65.8) |
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)
#949430 — rgb(148, 148, 48)
Deuteranopia (Green-blind)
#999E34 — rgb(153, 158, 52)
Tritanopia (Blue-blind)
#B03F42 — rgb(176, 63, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 72%, 41%);
text
color: hsl(31, 72%, 41%);
border
border: 2px solid hsl(31, 72%, 41%);
gradient light
background: linear-gradient(to right, hsl(31, 72%, 61%), hsl(31, 72%, 41%));
gradient dark
background: linear-gradient(to right, hsl(31, 72%, 41%), hsl(31, 72%, 21%))
hex
background-color: #B46B1D;
tailwind
bg-[hsl(31,72%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 72%, 41%, 0.4);
css variable
--color-primary: hsl(31, 72%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 72%, 41%)?
HEX: #B46B1D | RGB: rgb(180, 107, 29) | CMYK: 0%, 41%, 84%, 29% | HSV: 31°, 84%, 71%. Copy any format from the conversion table above.
What colors go well with #B46B1D?
The complementary color is HSL(211, 72%, 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, 72%, 41%) in CSS?
As HSL: color: hsl(31, 72%, 41%); — As HEX: color: #B46B1D; — As RGB: color: rgb(180, 107, 29); — Tailwind CSS: bg-[hsl(31,72%,41%)] — CSS variable: --color-primary: hsl(31, 72%, 41%);