HSL(317, 22%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,22%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 22%, 71%) | color: hsl(317, 22%, 71%) | |
| HEX | #C5A5BC | color: #C5A5BC | |
| RGB | rgb(197, 165, 188) | color: rgb(197, 165, 188) | |
| CMYK | cmyk(0%, 16%, 5%, 23%) | — | |
| HSV | hsv(317, 16%, 77%) | — | |
| HWB | hwb(317 65% 23%) | color: hwb(317 65% 23%) | |
| OKLCH | oklch(0.7573 0.0486 336.23) | color: oklch(0.7573 0.0486 336.23) | |
| Lab | lab(71.15 15.63 -7.41) | color: lab(71.15 15.63 -7.41) | |
| LCH | lch(71.15 17.3 334.63) | color: lch(71.15 17.3 334.63) |
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)
#B7B7B6 — rgb(183, 183, 182)
Deuteranopia (Green-blind)
#B9BBB5 — rgb(185, 187, 181)
Tritanopia (Blue-blind)
#C3B2B1 — rgb(195, 178, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 22%, 71%);
text
color: hsl(317, 22%, 71%);
border
border: 2px solid hsl(317, 22%, 71%);
gradient light
background: linear-gradient(to right, hsl(317, 22%, 91%), hsl(317, 22%, 71%));
gradient dark
background: linear-gradient(to right, hsl(317, 22%, 71%), hsl(317, 22%, 51%))
hex
background-color: #C5A5BC;
tailwind
bg-[hsl(317,22%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 22%, 71%, 0.4);
css variable
--color-primary: hsl(317, 22%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 22%, 71%)?
HEX: #C5A5BC | RGB: rgb(197, 165, 188) | CMYK: 0%, 16%, 5%, 23% | HSV: 317°, 16%, 77%. Copy any format from the conversion table above.
What colors go well with #C5A5BC?
The complementary color is HSL(137, 22%, 71%). 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, 22%, 71%) in CSS?
As HSL: color: hsl(317, 22%, 71%); — As HEX: color: #C5A5BC; — As RGB: color: rgb(197, 165, 188); — Tailwind CSS: bg-[hsl(317,22%,71%)] — CSS variable: --color-primary: hsl(317, 22%, 71%);