HSL(310, 10%, 32%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(310,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 10%, 32%) | color: hsl(310, 10%, 32%) | |
| HEX | #5A4957 | color: #5A4957 | |
| RGB | rgb(90, 73, 87) | color: rgb(90, 73, 87) | |
| CMYK | cmyk(0%, 19%, 3%, 65%) | — | |
| HSV | hsv(311, 19%, 35%) | — | |
| HWB | hwb(311 28% 65%) | color: hwb(311 28% 65%) | |
| OKLCH | oklch(0.4279 0.0317 332.16) | color: oklch(0.4279 0.0317 332.16) | |
| Lab | lab(33.19 9.96 -5.57) | color: lab(33.19 9.96 -5.57) | |
| LCH | lch(33.19 11.41 330.78) | color: lch(33.19 11.41 330.78) |
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)
#535254 — rgb(83, 82, 84)
Deuteranopia (Green-blind)
#545553 — rgb(84, 85, 83)
Tritanopia (Blue-blind)
#595150 — rgb(89, 81, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 10%, 32%);
text
color: hsl(310, 10%, 32%);
border
border: 2px solid hsl(310, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(310, 10%, 52%), hsl(310, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(310, 10%, 32%), hsl(310, 10%, 12%))
hex
background-color: #5A4957;
tailwind
bg-[hsl(310,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 10%, 32%, 0.4);
css variable
--color-primary: hsl(310, 10%, 32%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 10%, 32%)?
HEX: #5A4957 | RGB: rgb(90, 73, 87) | CMYK: 0%, 19%, 3%, 65% | HSV: 311°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #5A4957?
The complementary color is HSL(130, 10%, 32%). For a triadic harmony, use hues 310°, 70°, and 190°. For analogous combinations, try hues 280° and 340°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(310, 10%, 32%) in CSS?
As HSL: color: hsl(310, 10%, 32%); — As HEX: color: #5A4957; — As RGB: color: rgb(90, 73, 87); — Tailwind CSS: bg-[hsl(310,10%,32%)] — CSS variable: --color-primary: hsl(310, 10%, 32%);