HSL(321, 12%, 47%)
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(321,12%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 12%, 47%) | color: hsl(321, 12%, 47%) | |
| HEX | #86697C | color: #86697C | |
| RGB | rgb(134, 105, 124) | color: rgb(134, 105, 124) | |
| CMYK | cmyk(0%, 22%, 7%, 47%) | — | |
| HSV | hsv(321, 22%, 53%) | — | |
| HWB | hwb(321 41% 47%) | color: hwb(321 41% 47%) | |
| OKLCH | oklch(0.5556 0.0459 339.38) | color: oklch(0.5556 0.0459 339.38) | |
| Lab | lab(47.79 14.93 -6.12) | color: lab(47.79 14.93 -6.12) | |
| LCH | lch(47.79 16.14 337.71) | color: lch(47.79 16.14 337.71) |
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)
#797977 — rgb(121, 121, 119)
Deuteranopia (Green-blind)
#7B7D76 — rgb(123, 125, 118)
Tritanopia (Blue-blind)
#857473 — rgb(133, 116, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 12%, 47%);
text
color: hsl(321, 12%, 47%);
border
border: 2px solid hsl(321, 12%, 47%);
gradient light
background: linear-gradient(to right, hsl(321, 12%, 67%), hsl(321, 12%, 47%));
gradient dark
background: linear-gradient(to right, hsl(321, 12%, 47%), hsl(321, 12%, 27%))
hex
background-color: #86697C;
tailwind
bg-[hsl(321,12%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 12%, 47%, 0.4);
css variable
--color-primary: hsl(321, 12%, 47%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 12%, 47%)?
HEX: #86697C | RGB: rgb(134, 105, 124) | CMYK: 0%, 22%, 7%, 47% | HSV: 321°, 22%, 53%. Copy any format from the conversion table above.
What colors go well with #86697C?
The complementary color is HSL(141, 12%, 47%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 12%, 47%) in CSS?
As HSL: color: hsl(321, 12%, 47%); — As HEX: color: #86697C; — As RGB: color: rgb(134, 105, 124); — Tailwind CSS: bg-[hsl(321,12%,47%)] — CSS variable: --color-primary: hsl(321, 12%, 47%);