HSL(37, 11%, 32%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(37,11%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 11%, 32%) | color: hsl(37, 11%, 32%) | |
| HEX | #5B5449 | color: #5B5449 | |
| RGB | rgb(91, 84, 73) | color: rgb(91, 84, 73) | |
| CMYK | cmyk(0%, 8%, 20%, 64%) | — | |
| HSV | hsv(37, 20%, 36%) | — | |
| HWB | hwb(37 29% 64%) | color: hwb(37 29% 64%) | |
| OKLCH | oklch(0.4492 0.0197 79.22) | color: oklch(0.4492 0.0197 79.22) | |
| Lab | lab(36.07 0.77 7.47) | color: lab(36.07 0.77 7.47) | |
| LCH | lch(36.07 7.51 84.11) | color: lch(36.07 7.51 84.11) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#58584C — rgb(88, 88, 76)
Deuteranopia (Green-blind)
#58594C — rgb(88, 89, 76)
Tritanopia (Blue-blind)
#5B4E4E — rgb(91, 78, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 11%, 32%);
text
color: hsl(37, 11%, 32%);
border
border: 2px solid hsl(37, 11%, 32%);
gradient light
background: linear-gradient(to right, hsl(37, 11%, 52%), hsl(37, 11%, 32%));
gradient dark
background: linear-gradient(to right, hsl(37, 11%, 32%), hsl(37, 11%, 12%))
hex
background-color: #5B5449;
tailwind
bg-[hsl(37,11%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 11%, 32%, 0.4);
css variable
--color-primary: hsl(37, 11%, 32%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 11%, 32%)?
HEX: #5B5449 | RGB: rgb(91, 84, 73) | CMYK: 0%, 8%, 20%, 64% | HSV: 37°, 20%, 36%. Copy any format from the conversion table above.
What colors go well with #5B5449?
The complementary color is HSL(217, 11%, 32%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 11%, 32%) in CSS?
As HSL: color: hsl(37, 11%, 32%); — As HEX: color: #5B5449; — As RGB: color: rgb(91, 84, 73); — Tailwind CSS: bg-[hsl(37,11%,32%)] — CSS variable: --color-primary: hsl(37, 11%, 32%);