HSL(16, 10%, 33%)
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(16,10%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 10%, 33%) | color: hsl(16, 10%, 33%) | |
| HEX | #5D504C | color: #5D504C | |
| RGB | rgb(93, 80, 76) | color: rgb(93, 80, 76) | |
| CMYK | cmyk(0%, 14%, 18%, 64%) | — | |
| HSV | hsv(14, 18%, 36%) | — | |
| HWB | hwb(14 30% 64%) | color: hwb(14 30% 64%) | |
| OKLCH | oklch(0.4429 0.0186 37.81) | color: oklch(0.4429 0.0186 37.81) | |
| Lab | lab(35.18 4.64 4.34) | color: lab(35.18 4.64 4.34) | |
| LCH | lch(35.18 6.35 43.09) | color: lch(35.18 6.35 43.09) |
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)
#57574D — rgb(87, 87, 77)
Deuteranopia (Green-blind)
#58594D — rgb(88, 89, 77)
Tritanopia (Blue-blind)
#5C4E4E — rgb(92, 78, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 10%, 33%);
text
color: hsl(16, 10%, 33%);
border
border: 2px solid hsl(16, 10%, 33%);
gradient light
background: linear-gradient(to right, hsl(16, 10%, 53%), hsl(16, 10%, 33%));
gradient dark
background: linear-gradient(to right, hsl(16, 10%, 33%), hsl(16, 10%, 13%))
hex
background-color: #5D504C;
tailwind
bg-[hsl(16,10%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 10%, 33%, 0.4);
css variable
--color-primary: hsl(16, 10%, 33%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 10%, 33%)?
HEX: #5D504C | RGB: rgb(93, 80, 76) | CMYK: 0%, 14%, 18%, 64% | HSV: 14°, 18%, 36%. Copy any format from the conversion table above.
What colors go well with #5D504C?
The complementary color is HSL(196, 10%, 33%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 10%, 33%) in CSS?
As HSL: color: hsl(16, 10%, 33%); — As HEX: color: #5D504C; — As RGB: color: rgb(93, 80, 76); — Tailwind CSS: bg-[hsl(16,10%,33%)] — CSS variable: --color-primary: hsl(16, 10%, 33%);