HSL(332, 74%, 43%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,74%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 74%, 43%) | color: hsl(332, 74%, 43%) | |
| HEX | #BF1D68 | color: #BF1D68 | |
| RGB | rgb(191, 29, 104) | color: rgb(191, 29, 104) | |
| CMYK | cmyk(0%, 85%, 46%, 25%) | — | |
| HSV | hsv(332, 85%, 75%) | — | |
| HWB | hwb(332 11% 25%) | color: hwb(332 11% 25%) | |
| OKLCH | oklch(0.5323 0.1997 359.85) | color: oklch(0.5323 0.1997 359.85) | |
| Lab | lab(42.7 64.87 -0.48) | color: lab(42.7 64.87 -0.48) | |
| LCH | lch(42.7 64.87 359.58) | color: lch(42.7 64.87 359.58) |
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)
#797756 — rgb(121, 119, 86)
Deuteranopia (Green-blind)
#828E52 — rgb(130, 142, 82)
Tritanopia (Blue-blind)
#B74844 — rgb(183, 72, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 74%, 43%);
text
color: hsl(332, 74%, 43%);
border
border: 2px solid hsl(332, 74%, 43%);
gradient light
background: linear-gradient(to right, hsl(332, 74%, 63%), hsl(332, 74%, 43%));
gradient dark
background: linear-gradient(to right, hsl(332, 74%, 43%), hsl(332, 74%, 23%))
hex
background-color: #BF1D68;
tailwind
bg-[hsl(332,74%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 74%, 43%, 0.4);
css variable
--color-primary: hsl(332, 74%, 43%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 74%, 43%)?
HEX: #BF1D68 | RGB: rgb(191, 29, 104) | CMYK: 0%, 85%, 46%, 25% | HSV: 332°, 85%, 75%. Copy any format from the conversion table above.
What colors go well with #BF1D68?
The complementary color is HSL(152, 74%, 43%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 74%, 43%) in CSS?
As HSL: color: hsl(332, 74%, 43%); — As HEX: color: #BF1D68; — As RGB: color: rgb(191, 29, 104); — Tailwind CSS: bg-[hsl(332,74%,43%)] — CSS variable: --color-primary: hsl(332, 74%, 43%);