HSL(323, 10%, 31%)
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(323,10%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 10%, 31%) | color: hsl(323, 10%, 31%) | |
| HEX | #574751 | color: #574751 | |
| RGB | rgb(87, 71, 81) | color: rgb(87, 71, 81) | |
| CMYK | cmyk(0%, 18%, 7%, 66%) | — | |
| HSV | hsv(323, 18%, 34%) | — | |
| HWB | hwb(323 28% 66%) | color: hwb(323 28% 66%) | |
| OKLCH | oklch(0.418 0.0267 340.43) | color: oklch(0.418 0.0267 340.43) | |
| Lab | lab(32.09 8.75 -3.4) | color: lab(32.09 8.75 -3.4) | |
| LCH | lch(32.09 9.39 338.77) | color: lch(32.09 9.39 338.77) |
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)
#50504F — rgb(80, 80, 79)
Deuteranopia (Green-blind)
#51524E — rgb(81, 82, 78)
Tritanopia (Blue-blind)
#564D4C — rgb(86, 77, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 10%, 31%);
text
color: hsl(323, 10%, 31%);
border
border: 2px solid hsl(323, 10%, 31%);
gradient light
background: linear-gradient(to right, hsl(323, 10%, 51%), hsl(323, 10%, 31%));
gradient dark
background: linear-gradient(to right, hsl(323, 10%, 31%), hsl(323, 10%, 11%))
hex
background-color: #574751;
tailwind
bg-[hsl(323,10%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 10%, 31%, 0.4);
css variable
--color-primary: hsl(323, 10%, 31%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 10%, 31%)?
HEX: #574751 | RGB: rgb(87, 71, 81) | CMYK: 0%, 18%, 7%, 66% | HSV: 323°, 18%, 34%. Copy any format from the conversion table above.
What colors go well with #574751?
The complementary color is HSL(143, 10%, 31%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 10%, 31%) in CSS?
As HSL: color: hsl(323, 10%, 31%); — As HEX: color: #574751; — As RGB: color: rgb(87, 71, 81); — Tailwind CSS: bg-[hsl(323,10%,31%)] — CSS variable: --color-primary: hsl(323, 10%, 31%);