HSL(327, 70%, 37%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,70%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 70%, 37%) | color: hsl(327, 70%, 37%) | |
| HEX | #A01C65 | color: #A01C65 | |
| RGB | rgb(160, 28, 101) | color: rgb(160, 28, 101) | |
| CMYK | cmyk(0%, 83%, 37%, 37%) | — | |
| HSV | hsv(327, 83%, 63%) | — | |
| HWB | hwb(327 11% 37%) | color: hwb(327 11% 37%) | |
| OKLCH | oklch(0.4756 0.1768 352.9) | color: oklch(0.4756 0.1768 352.9) | |
| Lab | lab(36.45 57.06 -8.51) | color: lab(36.45 57.06 -8.51) | |
| LCH | lch(36.45 57.69 351.52) | color: lch(36.45 57.69 351.52) |
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)
#676653 — rgb(103, 102, 83)
Deuteranopia (Green-blind)
#6F784F — rgb(111, 120, 79)
Tritanopia (Blue-blind)
#994542 — rgb(153, 69, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 70%, 37%);
text
color: hsl(327, 70%, 37%);
border
border: 2px solid hsl(327, 70%, 37%);
gradient light
background: linear-gradient(to right, hsl(327, 70%, 57%), hsl(327, 70%, 37%));
gradient dark
background: linear-gradient(to right, hsl(327, 70%, 37%), hsl(327, 70%, 17%))
hex
background-color: #A01C65;
tailwind
bg-[hsl(327,70%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 70%, 37%, 0.4);
css variable
--color-primary: hsl(327, 70%, 37%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 70%, 37%)?
HEX: #A01C65 | RGB: rgb(160, 28, 101) | CMYK: 0%, 83%, 37%, 37% | HSV: 327°, 83%, 63%. Copy any format from the conversion table above.
What colors go well with #A01C65?
The complementary color is HSL(147, 70%, 37%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 70%, 37%) in CSS?
As HSL: color: hsl(327, 70%, 37%); — As HEX: color: #A01C65; — As RGB: color: rgb(160, 28, 101); — Tailwind CSS: bg-[hsl(327,70%,37%)] — CSS variable: --color-primary: hsl(327, 70%, 37%);