HSL(324, 12%, 55%)
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(324,12%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 12%, 55%) | color: hsl(324, 12%, 55%) | |
| HEX | #9A7E8F | color: #9A7E8F | |
| RGB | rgb(154, 126, 143) | color: rgb(154, 126, 143) | |
| CMYK | cmyk(0%, 18%, 7%, 40%) | — | |
| HSV | hsv(324, 18%, 60%) | — | |
| HWB | hwb(324 49% 40%) | color: hwb(324 49% 40%) | |
| OKLCH | oklch(0.6248 0.0419 341.35) | color: oklch(0.6248 0.0419 341.35) | |
| Lab | lab(55.86 13.76 -5.09) | color: lab(55.86 13.76 -5.09) | |
| LCH | lch(55.86 14.67 339.7) | color: lch(55.86 14.67 339.7) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8E8E8B — rgb(142, 142, 139)
Deuteranopia (Green-blind)
#90928A — rgb(144, 146, 138)
Tritanopia (Blue-blind)
#998887 — rgb(153, 136, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 12%, 55%);
text
color: hsl(324, 12%, 55%);
border
border: 2px solid hsl(324, 12%, 55%);
gradient light
background: linear-gradient(to right, hsl(324, 12%, 75%), hsl(324, 12%, 55%));
gradient dark
background: linear-gradient(to right, hsl(324, 12%, 55%), hsl(324, 12%, 35%))
hex
background-color: #9A7E8F;
tailwind
bg-[hsl(324,12%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 12%, 55%, 0.4);
css variable
--color-primary: hsl(324, 12%, 55%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 12%, 55%)?
HEX: #9A7E8F | RGB: rgb(154, 126, 143) | CMYK: 0%, 18%, 7%, 40% | HSV: 324°, 18%, 60%. Copy any format from the conversion table above.
What colors go well with #9A7E8F?
The complementary color is HSL(144, 12%, 55%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 12%, 55%) in CSS?
As HSL: color: hsl(324, 12%, 55%); — As HEX: color: #9A7E8F; — As RGB: color: rgb(154, 126, 143); — Tailwind CSS: bg-[hsl(324,12%,55%)] — CSS variable: --color-primary: hsl(324, 12%, 55%);