HSL(322, 11%, 32%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(322,11%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 11%, 32%) | color: hsl(322, 11%, 32%) | |
| HEX | #5B4954 | color: #5B4954 | |
| RGB | rgb(91, 73, 84) | color: rgb(91, 73, 84) | |
| CMYK | cmyk(0%, 20%, 8%, 64%) | — | |
| HSV | hsv(323, 20%, 36%) | — | |
| HWB | hwb(323 29% 64%) | color: hwb(323 29% 64%) | |
| OKLCH | oklch(0.4279 0.0297 341.2) | color: oklch(0.4279 0.0297 341.2) | |
| Lab | lab(33.2 9.74 -3.63) | color: lab(33.2 9.74 -3.63) | |
| LCH | lch(33.2 10.39 339.56) | color: lch(33.2 10.39 339.56) |
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)
#535351 — rgb(83, 83, 81)
Deuteranopia (Green-blind)
#545651 — rgb(84, 86, 81)
Tritanopia (Blue-blind)
#5A4F4F — rgb(90, 79, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 11%, 32%);
text
color: hsl(322, 11%, 32%);
border
border: 2px solid hsl(322, 11%, 32%);
gradient light
background: linear-gradient(to right, hsl(322, 11%, 52%), hsl(322, 11%, 32%));
gradient dark
background: linear-gradient(to right, hsl(322, 11%, 32%), hsl(322, 11%, 12%))
hex
background-color: #5B4954;
tailwind
bg-[hsl(322,11%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 11%, 32%, 0.4);
css variable
--color-primary: hsl(322, 11%, 32%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 11%, 32%)?
HEX: #5B4954 | RGB: rgb(91, 73, 84) | CMYK: 0%, 20%, 8%, 64% | HSV: 323°, 20%, 36%. Copy any format from the conversion table above.
What colors go well with #5B4954?
The complementary color is HSL(142, 11%, 32%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 11%, 32%) in CSS?
As HSL: color: hsl(322, 11%, 32%); — As HEX: color: #5B4954; — As RGB: color: rgb(91, 73, 84); — Tailwind CSS: bg-[hsl(322,11%,32%)] — CSS variable: --color-primary: hsl(322, 11%, 32%);