HSL(22, 14%, 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(22,14%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 14%, 32%) | color: hsl(22, 14%, 32%) | |
| HEX | #5D4F46 | color: #5D4F46 | |
| RGB | rgb(93, 79, 70) | color: rgb(93, 79, 70) | |
| CMYK | cmyk(0%, 15%, 25%, 64%) | — | |
| HSV | hsv(23, 25%, 36%) | — | |
| HWB | hwb(23 27% 64%) | color: hwb(23 27% 64%) | |
| OKLCH | oklch(0.4389 0.0237 54.69) | color: oklch(0.4389 0.0237 54.69) | |
| Lab | lab(34.72 4.21 7.47) | color: lab(34.72 4.21 7.47) | |
| LCH | lch(34.72 8.57 60.59) | color: lch(34.72 8.57 60.59) |
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)
#575748 — rgb(87, 87, 72)
Deuteranopia (Green-blind)
#585949 — rgb(88, 89, 73)
Tritanopia (Blue-blind)
#5C4A4A — rgb(92, 74, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 14%, 32%);
text
color: hsl(22, 14%, 32%);
border
border: 2px solid hsl(22, 14%, 32%);
gradient light
background: linear-gradient(to right, hsl(22, 14%, 52%), hsl(22, 14%, 32%));
gradient dark
background: linear-gradient(to right, hsl(22, 14%, 32%), hsl(22, 14%, 12%))
hex
background-color: #5D4F46;
tailwind
bg-[hsl(22,14%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 14%, 32%, 0.4);
css variable
--color-primary: hsl(22, 14%, 32%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 14%, 32%)?
HEX: #5D4F46 | RGB: rgb(93, 79, 70) | CMYK: 0%, 15%, 25%, 64% | HSV: 23°, 25%, 36%. Copy any format from the conversion table above.
What colors go well with #5D4F46?
The complementary color is HSL(202, 14%, 32%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 14%, 32%) in CSS?
As HSL: color: hsl(22, 14%, 32%); — As HEX: color: #5D4F46; — As RGB: color: rgb(93, 79, 70); — Tailwind CSS: bg-[hsl(22,14%,32%)] — CSS variable: --color-primary: hsl(22, 14%, 32%);