HSL(317, 14%, 46%)
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(317,14%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 14%, 46%) | color: hsl(317, 14%, 46%) | |
| HEX | #86657C | color: #86657C | |
| RGB | rgb(134, 101, 124) | color: rgb(134, 101, 124) | |
| CMYK | cmyk(0%, 25%, 7%, 47%) | — | |
| HSV | hsv(318, 25%, 53%) | — | |
| HWB | hwb(318 40% 47%) | color: hwb(318 40% 47%) | |
| OKLCH | oklch(0.5477 0.0537 337.75) | color: oklch(0.5477 0.0537 337.75) | |
| Lab | lab(46.75 17.3 -7.66) | color: lab(46.75 17.3 -7.66) | |
| LCH | lch(46.75 18.92 336.12) | color: lch(46.75 18.92 336.12) |
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)
#787776 — rgb(120, 119, 118)
Deuteranopia (Green-blind)
#7A7C75 — rgb(122, 124, 117)
Tritanopia (Blue-blind)
#847271 — rgb(132, 114, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 14%, 46%);
text
color: hsl(317, 14%, 46%);
border
border: 2px solid hsl(317, 14%, 46%);
gradient light
background: linear-gradient(to right, hsl(317, 14%, 66%), hsl(317, 14%, 46%));
gradient dark
background: linear-gradient(to right, hsl(317, 14%, 46%), hsl(317, 14%, 26%))
hex
background-color: #86657C;
tailwind
bg-[hsl(317,14%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 14%, 46%, 0.4);
css variable
--color-primary: hsl(317, 14%, 46%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 14%, 46%)?
HEX: #86657C | RGB: rgb(134, 101, 124) | CMYK: 0%, 25%, 7%, 47% | HSV: 318°, 25%, 53%. Copy any format from the conversion table above.
What colors go well with #86657C?
The complementary color is HSL(137, 14%, 46%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 14%, 46%) in CSS?
As HSL: color: hsl(317, 14%, 46%); — As HEX: color: #86657C; — As RGB: color: rgb(134, 101, 124); — Tailwind CSS: bg-[hsl(317,14%,46%)] — CSS variable: --color-primary: hsl(317, 14%, 46%);