HSL(327, 70%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,70%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 70%, 43%) | color: hsl(327, 70%, 43%) | |
| HEX | #BA2175 | color: #BA2175 | |
| RGB | rgb(186, 33, 117) | color: rgb(186, 33, 117) | |
| CMYK | cmyk(0%, 82%, 37%, 27%) | — | |
| HSV | hsv(327, 82%, 73%) | — | |
| HWB | hwb(327 13% 27%) | color: hwb(327 13% 27%) | |
| OKLCH | oklch(0.5304 0.1981 353.32) | color: oklch(0.5304 0.1981 353.32) | |
| Lab | lab(42.48 63.98 -9.01) | color: lab(42.48 63.98 -9.01) | |
| LCH | lch(42.48 64.61 351.98) | color: lch(42.48 64.61 351.98) |
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)
#787661 — rgb(120, 118, 97)
Deuteranopia (Green-blind)
#818C5C — rgb(129, 140, 92)
Tritanopia (Blue-blind)
#B2514D — rgb(178, 81, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 70%, 43%);
text
color: hsl(327, 70%, 43%);
border
border: 2px solid hsl(327, 70%, 43%);
gradient light
background: linear-gradient(to right, hsl(327, 70%, 63%), hsl(327, 70%, 43%));
gradient dark
background: linear-gradient(to right, hsl(327, 70%, 43%), hsl(327, 70%, 23%))
hex
background-color: #BA2175;
tailwind
bg-[hsl(327,70%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 70%, 43%, 0.4);
css variable
--color-primary: hsl(327, 70%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 70%, 43%)?
HEX: #BA2175 | RGB: rgb(186, 33, 117) | CMYK: 0%, 82%, 37%, 27% | HSV: 327°, 82%, 73%. Copy any format from the conversion table above.
What colors go well with #BA2175?
The complementary color is HSL(147, 70%, 43%). 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%, 43%) in CSS?
As HSL: color: hsl(327, 70%, 43%); — As HEX: color: #BA2175; — As RGB: color: rgb(186, 33, 117); — Tailwind CSS: bg-[hsl(327,70%,43%)] — CSS variable: --color-primary: hsl(327, 70%, 43%);