HSL(316, 25%, 52%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,25%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 25%, 52%) | color: hsl(316, 25%, 52%) | |
| HEX | #A36693 | color: #A36693 | |
| RGB | rgb(163, 102, 147) | color: rgb(163, 102, 147) | |
| CMYK | cmyk(0%, 37%, 10%, 36%) | — | |
| HSV | hsv(316, 37%, 64%) | — | |
| HWB | hwb(316 40% 36%) | color: hwb(316 40% 36%) | |
| OKLCH | oklch(0.5913 0.0987 337.04) | color: oklch(0.5913 0.0987 337.04) | |
| Lab | lab(51.15 31.45 -14.4) | color: lab(51.15 31.45 -14.4) | |
| LCH | lch(51.15 34.59 335.4) | color: lch(51.15 34.59 335.4) |
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)
#898888 — rgb(137, 136, 136)
Deuteranopia (Green-blind)
#8C9186 — rgb(140, 145, 134)
Tritanopia (Blue-blind)
#A0807E — rgb(160, 128, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 25%, 52%);
text
color: hsl(316, 25%, 52%);
border
border: 2px solid hsl(316, 25%, 52%);
gradient light
background: linear-gradient(to right, hsl(316, 25%, 72%), hsl(316, 25%, 52%));
gradient dark
background: linear-gradient(to right, hsl(316, 25%, 52%), hsl(316, 25%, 32%))
hex
background-color: #A36693;
tailwind
bg-[hsl(316,25%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 25%, 52%, 0.4);
css variable
--color-primary: hsl(316, 25%, 52%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 25%, 52%)?
HEX: #A36693 | RGB: rgb(163, 102, 147) | CMYK: 0%, 37%, 10%, 36% | HSV: 316°, 37%, 64%. Copy any format from the conversion table above.
What colors go well with #A36693?
The complementary color is HSL(136, 25%, 52%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 25%, 52%) in CSS?
As HSL: color: hsl(316, 25%, 52%); — As HEX: color: #A36693; — As RGB: color: rgb(163, 102, 147); — Tailwind CSS: bg-[hsl(316,25%,52%)] — CSS variable: --color-primary: hsl(316, 25%, 52%);