HSL(322, 75%, 36%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,75%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 75%, 36%) | color: hsl(322, 75%, 36%) | |
| HEX | #A1176E | color: #A1176E | |
| RGB | rgb(161, 23, 110) | color: rgb(161, 23, 110) | |
| CMYK | cmyk(0%, 86%, 32%, 37%) | — | |
| HSV | hsv(322, 86%, 63%) | — | |
| HWB | hwb(322 9% 37%) | color: hwb(322 9% 37%) | |
| OKLCH | oklch(0.4781 0.1859 348.58) | color: oklch(0.4781 0.1859 348.58) | |
| Lab | lab(36.59 59.49 -14) | color: lab(36.59 59.49 -14) | |
| LCH | lch(36.59 61.12 346.76) | color: lch(36.59 61.12 346.76) |
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)
#656459 — rgb(101, 100, 89)
Deuteranopia (Green-blind)
#6D7854 — rgb(109, 120, 84)
Tritanopia (Blue-blind)
#9A4845 — rgb(154, 72, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 75%, 36%);
text
color: hsl(322, 75%, 36%);
border
border: 2px solid hsl(322, 75%, 36%);
gradient light
background: linear-gradient(to right, hsl(322, 75%, 56%), hsl(322, 75%, 36%));
gradient dark
background: linear-gradient(to right, hsl(322, 75%, 36%), hsl(322, 75%, 16%))
hex
background-color: #A1176E;
tailwind
bg-[hsl(322,75%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 75%, 36%, 0.4);
css variable
--color-primary: hsl(322, 75%, 36%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 75%, 36%)?
HEX: #A1176E | RGB: rgb(161, 23, 110) | CMYK: 0%, 86%, 32%, 37% | HSV: 322°, 86%, 63%. Copy any format from the conversion table above.
What colors go well with #A1176E?
The complementary color is HSL(142, 75%, 36%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 75%, 36%) in CSS?
As HSL: color: hsl(322, 75%, 36%); — As HEX: color: #A1176E; — As RGB: color: rgb(161, 23, 110); — Tailwind CSS: bg-[hsl(322,75%,36%)] — CSS variable: --color-primary: hsl(322, 75%, 36%);