HSL(31, 26%, 45%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,26%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 26%, 45%) | color: hsl(31, 26%, 45%) | |
| HEX | #917455 | color: #917455 | |
| RGB | rgb(145, 116, 85) | color: rgb(145, 116, 85) | |
| CMYK | cmyk(0%, 20%, 41%, 43%) | — | |
| HSV | hsv(31, 41%, 57%) | — | |
| HWB | hwb(31 34% 43%) | color: hwb(31 34% 43%) | |
| OKLCH | oklch(0.5792 0.0574 68.17) | color: oklch(0.5792 0.0574 68.17) | |
| Lab | lab(50.88 6.93 21.43) | color: lab(50.88 6.93 21.43) | |
| LCH | lch(50.88 22.52 72.08) | color: lch(50.88 22.52 72.08) |
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)
#84845D — rgb(132, 132, 93)
Deuteranopia (Green-blind)
#86885E — rgb(134, 136, 94)
Tritanopia (Blue-blind)
#906264 — rgb(144, 98, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 26%, 45%);
text
color: hsl(31, 26%, 45%);
border
border: 2px solid hsl(31, 26%, 45%);
gradient light
background: linear-gradient(to right, hsl(31, 26%, 65%), hsl(31, 26%, 45%));
gradient dark
background: linear-gradient(to right, hsl(31, 26%, 45%), hsl(31, 26%, 25%))
hex
background-color: #917455;
tailwind
bg-[hsl(31,26%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 26%, 45%, 0.4);
css variable
--color-primary: hsl(31, 26%, 45%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 26%, 45%)?
HEX: #917455 | RGB: rgb(145, 116, 85) | CMYK: 0%, 20%, 41%, 43% | HSV: 31°, 41%, 57%. Copy any format from the conversion table above.
What colors go well with #917455?
The complementary color is HSL(211, 26%, 45%). 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, 26%, 45%) in CSS?
As HSL: color: hsl(31, 26%, 45%); — As HEX: color: #917455; — As RGB: color: rgb(145, 116, 85); — Tailwind CSS: bg-[hsl(31,26%,45%)] — CSS variable: --color-primary: hsl(31, 26%, 45%);