HSL(317, 100%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,100%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 100%, 32%) | color: hsl(317, 100%, 32%) | |
| HEX | #A30075 | color: #A30075 | |
| RGB | rgb(163, 0, 117) | color: rgb(163, 0, 117) | |
| CMYK | cmyk(0%, 100%, 28%, 36%) | — | |
| HSV | hsv(317, 100%, 64%) | — | |
| HWB | hwb(317 0% 36%) | color: hwb(317 0% 36%) | |
| OKLCH | oklch(0.4764 0.2022 345.43) | color: oklch(0.4764 0.2022 345.43) | |
| Lab | lab(36.12 64.13 -19.1) | color: lab(36.12 64.13 -19.1) | |
| LCH | lch(36.12 66.91 343.41) | color: lch(36.12 66.91 343.41) |
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)
#5C5B59 — rgb(92, 91, 89)
Deuteranopia (Green-blind)
#667252 — rgb(102, 114, 82)
Tritanopia (Blue-blind)
#9B423D — rgb(155, 66, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 100%, 32%);
text
color: hsl(317, 100%, 32%);
border
border: 2px solid hsl(317, 100%, 32%);
gradient light
background: linear-gradient(to right, hsl(317, 100%, 52%), hsl(317, 100%, 32%));
gradient dark
background: linear-gradient(to right, hsl(317, 100%, 32%), hsl(317, 100%, 12%))
hex
background-color: #A30075;
tailwind
bg-[hsl(317,100%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 100%, 32%, 0.4);
css variable
--color-primary: hsl(317, 100%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 100%, 32%)?
HEX: #A30075 | RGB: rgb(163, 0, 117) | CMYK: 0%, 100%, 28%, 36% | HSV: 317°, 100%, 64%. Copy any format from the conversion table above.
What colors go well with #A30075?
The complementary color is HSL(137, 100%, 32%). 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, 100%, 32%) in CSS?
As HSL: color: hsl(317, 100%, 32%); — As HEX: color: #A30075; — As RGB: color: rgb(163, 0, 117); — Tailwind CSS: bg-[hsl(317,100%,32%)] — CSS variable: --color-primary: hsl(317, 100%, 32%);