HSL(341, 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(341,14%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 14%, 55%) | color: hsl(341, 14%, 55%) | |
| HEX | #9C7C86 | color: #9C7C86 | |
| RGB | rgb(156, 124, 134) | color: rgb(156, 124, 134) | |
| CMYK | cmyk(0%, 21%, 14%, 39%) | — | |
| HSV | hsv(341, 21%, 61%) | — | |
| HWB | hwb(341 48% 39%) | color: hwb(341 48% 39%) | |
| OKLCH | oklch(0.6199 0.0419 357.75) | color: oklch(0.6199 0.0419 357.75) | |
| Lab | lab(55.28 14.04 -0.7) | color: lab(55.28 14.04 -0.7) | |
| LCH | lch(55.28 14.06 357.15) | color: lch(55.28 14.06 357.15) |
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)
#8E8E84 — rgb(142, 142, 132)
Deuteranopia (Green-blind)
#909283 — rgb(144, 146, 131)
Tritanopia (Blue-blind)
#9A8281 — rgb(154, 130, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 14%, 55%);
text
color: hsl(341, 14%, 55%);
border
border: 2px solid hsl(341, 14%, 55%);
gradient light
background: linear-gradient(to right, hsl(341, 14%, 75%), hsl(341, 14%, 55%));
gradient dark
background: linear-gradient(to right, hsl(341, 14%, 55%), hsl(341, 14%, 35%))
hex
background-color: #9C7C86;
tailwind
bg-[hsl(341,14%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 14%, 55%, 0.4);
css variable
--color-primary: hsl(341, 14%, 55%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 14%, 55%)?
HEX: #9C7C86 | RGB: rgb(156, 124, 134) | CMYK: 0%, 21%, 14%, 39% | HSV: 341°, 21%, 61%. Copy any format from the conversion table above.
What colors go well with #9C7C86?
The complementary color is HSL(161, 14%, 55%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 14%, 55%) in CSS?
As HSL: color: hsl(341, 14%, 55%); — As HEX: color: #9C7C86; — As RGB: color: rgb(156, 124, 134); — Tailwind CSS: bg-[hsl(341,14%,55%)] — CSS variable: --color-primary: hsl(341, 14%, 55%);