HSL(327, 91%, 39%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,91%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 91%, 39%) | color: hsl(327, 91%, 39%) | |
| HEX | #BE096C | color: #BE096C | |
| RGB | rgb(190, 9, 108) | color: rgb(190, 9, 108) | |
| CMYK | cmyk(0%, 95%, 43%, 25%) | — | |
| HSV | hsv(327, 95%, 75%) | — | |
| HWB | hwb(327 4% 25%) | color: hwb(327 4% 25%) | |
| OKLCH | oklch(0.5242 0.2104 356.89) | color: oklch(0.5242 0.2104 356.89) | |
| Lab | lab(41.58 68.03 -4.66) | color: lab(41.58 68.03 -4.66) | |
| LCH | lch(41.58 68.19 356.08) | color: lch(41.58 68.19 356.08) |
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)
#706E54 — rgb(112, 110, 84)
Deuteranopia (Green-blind)
#7A884E — rgb(122, 136, 78)
Tritanopia (Blue-blind)
#B5413D — rgb(181, 65, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 91%, 39%);
text
color: hsl(327, 91%, 39%);
border
border: 2px solid hsl(327, 91%, 39%);
gradient light
background: linear-gradient(to right, hsl(327, 91%, 59%), hsl(327, 91%, 39%));
gradient dark
background: linear-gradient(to right, hsl(327, 91%, 39%), hsl(327, 91%, 19%))
hex
background-color: #BE096C;
tailwind
bg-[hsl(327,91%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 91%, 39%, 0.4);
css variable
--color-primary: hsl(327, 91%, 39%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 91%, 39%)?
HEX: #BE096C | RGB: rgb(190, 9, 108) | CMYK: 0%, 95%, 43%, 25% | HSV: 327°, 95%, 75%. Copy any format from the conversion table above.
What colors go well with #BE096C?
The complementary color is HSL(147, 91%, 39%). 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, 91%, 39%) in CSS?
As HSL: color: hsl(327, 91%, 39%); — As HEX: color: #BE096C; — As RGB: color: rgb(190, 9, 108); — Tailwind CSS: bg-[hsl(327,91%,39%)] — CSS variable: --color-primary: hsl(327, 91%, 39%);