HSL(317, 26%, 47%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,26%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 26%, 47%) | color: hsl(317, 26%, 47%) | |
| HEX | #975985 | color: #975985 | |
| RGB | rgb(151, 89, 133) | color: rgb(151, 89, 133) | |
| CMYK | cmyk(0%, 41%, 12%, 41%) | — | |
| HSV | hsv(317, 41%, 59%) | — | |
| HWB | hwb(317 35% 41%) | color: hwb(317 35% 41%) | |
| OKLCH | oklch(0.549 0.1003 338.59) | color: oklch(0.549 0.1003 338.59) | |
| Lab | lab(46.2 32.07 -13.7) | color: lab(46.2 32.07 -13.7) | |
| LCH | lch(46.2 34.87 336.87) | color: lch(46.2 34.87 336.87) |
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)
#7C7C7A — rgb(124, 124, 122)
Deuteranopia (Green-blind)
#808478 — rgb(128, 132, 120)
Tritanopia (Blue-blind)
#947270 — rgb(148, 114, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 26%, 47%);
text
color: hsl(317, 26%, 47%);
border
border: 2px solid hsl(317, 26%, 47%);
gradient light
background: linear-gradient(to right, hsl(317, 26%, 67%), hsl(317, 26%, 47%));
gradient dark
background: linear-gradient(to right, hsl(317, 26%, 47%), hsl(317, 26%, 27%))
hex
background-color: #975985;
tailwind
bg-[hsl(317,26%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 26%, 47%, 0.4);
css variable
--color-primary: hsl(317, 26%, 47%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 26%, 47%)?
HEX: #975985 | RGB: rgb(151, 89, 133) | CMYK: 0%, 41%, 12%, 41% | HSV: 317°, 41%, 59%. Copy any format from the conversion table above.
What colors go well with #975985?
The complementary color is HSL(137, 26%, 47%). 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, 26%, 47%) in CSS?
As HSL: color: hsl(317, 26%, 47%); — As HEX: color: #975985; — As RGB: color: rgb(151, 89, 133); — Tailwind CSS: bg-[hsl(317,26%,47%)] — CSS variable: --color-primary: hsl(317, 26%, 47%);