HSL(29, 10%, 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(29,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 10%, 32%) | color: hsl(29, 10%, 32%) | |
| HEX | #5A5149 | color: #5A5149 | |
| RGB | rgb(90, 81, 73) | color: rgb(90, 81, 73) | |
| CMYK | cmyk(0%, 10%, 19%, 65%) | — | |
| HSV | hsv(28, 19%, 35%) | — | |
| HWB | hwb(28 28% 65%) | color: hwb(28 28% 65%) | |
| OKLCH | oklch(0.4412 0.0175 64.01) | color: oklch(0.4412 0.0175 64.01) | |
| Lab | lab(35.08 2.19 6.05) | color: lab(35.08 2.19 6.05) | |
| LCH | lch(35.08 6.43 70.1) | color: lch(35.08 6.43 70.1) |
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)
#56564B — rgb(86, 86, 75)
Deuteranopia (Green-blind)
#57574B — rgb(87, 87, 75)
Tritanopia (Blue-blind)
#5A4C4D — rgb(90, 76, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 10%, 32%);
text
color: hsl(29, 10%, 32%);
border
border: 2px solid hsl(29, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(29, 10%, 52%), hsl(29, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(29, 10%, 32%), hsl(29, 10%, 12%))
hex
background-color: #5A5149;
tailwind
bg-[hsl(29,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 10%, 32%, 0.4);
css variable
--color-primary: hsl(29, 10%, 32%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 10%, 32%)?
HEX: #5A5149 | RGB: rgb(90, 81, 73) | CMYK: 0%, 10%, 19%, 65% | HSV: 28°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #5A5149?
The complementary color is HSL(209, 10%, 32%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 10%, 32%) in CSS?
As HSL: color: hsl(29, 10%, 32%); — As HEX: color: #5A5149; — As RGB: color: rgb(90, 81, 73); — Tailwind CSS: bg-[hsl(29,10%,32%)] — CSS variable: --color-primary: hsl(29, 10%, 32%);