HSL(323, 14%, 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(323,14%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 14%, 55%) | color: hsl(323, 14%, 55%) | |
| HEX | #9C7C90 | color: #9C7C90 | |
| RGB | rgb(156, 124, 144) | color: rgb(156, 124, 144) | |
| CMYK | cmyk(0%, 21%, 8%, 39%) | — | |
| HSV | hsv(323, 21%, 61%) | — | |
| HWB | hwb(323 48% 39%) | color: hwb(323 48% 39%) | |
| OKLCH | oklch(0.6232 0.0484 340.71) | color: oklch(0.6232 0.0484 340.71) | |
| Lab | lab(55.58 15.83 -6.07) | color: lab(55.58 15.83 -6.07) | |
| LCH | lch(55.58 16.95 339.02) | color: lch(55.58 16.95 339.02) |
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)
#9A8787 — rgb(154, 135, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 14%, 55%);
text
color: hsl(323, 14%, 55%);
border
border: 2px solid hsl(323, 14%, 55%);
gradient light
background: linear-gradient(to right, hsl(323, 14%, 75%), hsl(323, 14%, 55%));
gradient dark
background: linear-gradient(to right, hsl(323, 14%, 55%), hsl(323, 14%, 35%))
hex
background-color: #9C7C90;
tailwind
bg-[hsl(323,14%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 14%, 55%, 0.4);
css variable
--color-primary: hsl(323, 14%, 55%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 14%, 55%)?
HEX: #9C7C90 | RGB: rgb(156, 124, 144) | CMYK: 0%, 21%, 8%, 39% | HSV: 323°, 21%, 61%. Copy any format from the conversion table above.
What colors go well with #9C7C90?
The complementary color is HSL(143, 14%, 55%). 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, 14%, 55%) in CSS?
As HSL: color: hsl(323, 14%, 55%); — As HEX: color: #9C7C90; — As RGB: color: rgb(156, 124, 144); — Tailwind CSS: bg-[hsl(323,14%,55%)] — CSS variable: --color-primary: hsl(323, 14%, 55%);