HSL(298, 10%, 32%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(298,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 10%, 32%) | color: hsl(298, 10%, 32%) | |
| HEX | #59495A | color: #59495A | |
| RGB | rgb(89, 73, 90) | color: rgb(89, 73, 90) | |
| CMYK | cmyk(1%, 19%, 0%, 65%) | — | |
| HSV | hsv(296, 19%, 35%) | — | |
| HWB | hwb(296 28% 65%) | color: hwb(296 28% 65%) | |
| OKLCH | oklch(0.428 0.0344 324.29) | color: oklch(0.428 0.0344 324.29) | |
| Lab | lab(33.19 10.21 -7.49) | color: lab(33.19 10.21 -7.49) | |
| LCH | lch(33.19 12.66 323.74) | color: lch(33.19 12.66 323.74) |
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)
#525256 — rgb(82, 82, 86)
Deuteranopia (Green-blind)
#535455 — rgb(83, 84, 85)
Tritanopia (Blue-blind)
#585352 — rgb(88, 83, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 10%, 32%);
text
color: hsl(298, 10%, 32%);
border
border: 2px solid hsl(298, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(298, 10%, 52%), hsl(298, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(298, 10%, 32%), hsl(298, 10%, 12%))
hex
background-color: #59495A;
tailwind
bg-[hsl(298,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 10%, 32%, 0.4);
css variable
--color-primary: hsl(298, 10%, 32%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(298, 10%, 32%)?
HEX: #59495A | RGB: rgb(89, 73, 90) | CMYK: 1%, 19%, 0%, 65% | HSV: 296°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #59495A?
The complementary color is HSL(118, 10%, 32%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(298, 10%, 32%) in CSS?
As HSL: color: hsl(298, 10%, 32%); — As HEX: color: #59495A; — As RGB: color: rgb(89, 73, 90); — Tailwind CSS: bg-[hsl(298,10%,32%)] — CSS variable: --color-primary: hsl(298, 10%, 32%);