HSL(327, 74%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,74%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 74%, 43%) | color: hsl(327, 74%, 43%) | |
| HEX | #BF1D76 | color: #BF1D76 | |
| RGB | rgb(191, 29, 118) | color: rgb(191, 29, 118) | |
| CMYK | cmyk(0%, 85%, 38%, 25%) | — | |
| HSV | hsv(327, 85%, 75%) | — | |
| HWB | hwb(327 11% 25%) | color: hwb(327 11% 25%) | |
| OKLCH | oklch(0.5372 0.205 353.93) | color: oklch(0.5372 0.205 353.93) | |
| Lab | lab(43.16 66.19 -8.51) | color: lab(43.16 66.19 -8.51) | |
| LCH | lch(43.16 66.73 352.67) | color: lch(43.16 66.73 352.67) |
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)
#797760 — rgb(121, 119, 96)
Deuteranopia (Green-blind)
#828E5B — rgb(130, 142, 91)
Tritanopia (Blue-blind)
#B74F4C — rgb(183, 79, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 74%, 43%);
text
color: hsl(327, 74%, 43%);
border
border: 2px solid hsl(327, 74%, 43%);
gradient light
background: linear-gradient(to right, hsl(327, 74%, 63%), hsl(327, 74%, 43%));
gradient dark
background: linear-gradient(to right, hsl(327, 74%, 43%), hsl(327, 74%, 23%))
hex
background-color: #BF1D76;
tailwind
bg-[hsl(327,74%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 74%, 43%, 0.4);
css variable
--color-primary: hsl(327, 74%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 74%, 43%)?
HEX: #BF1D76 | RGB: rgb(191, 29, 118) | CMYK: 0%, 85%, 38%, 25% | HSV: 327°, 85%, 75%. Copy any format from the conversion table above.
What colors go well with #BF1D76?
The complementary color is HSL(147, 74%, 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, 74%, 43%) in CSS?
As HSL: color: hsl(327, 74%, 43%); — As HEX: color: #BF1D76; — As RGB: color: rgb(191, 29, 118); — Tailwind CSS: bg-[hsl(327,74%,43%)] — CSS variable: --color-primary: hsl(327, 74%, 43%);