HSL(327, 66%, 28%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,66%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 66%, 28%) | color: hsl(327, 66%, 28%) | |
| HEX | #77184C | color: #77184C | |
| RGB | rgb(119, 24, 76) | color: rgb(119, 24, 76) | |
| CMYK | cmyk(0%, 80%, 36%, 53%) | — | |
| HSV | hsv(327, 80%, 47%) | — | |
| HWB | hwb(327 9% 53%) | color: hwb(327 9% 53%) | |
| OKLCH | oklch(0.389 0.1378 352.24) | color: oklch(0.389 0.1378 352.24) | |
| Lab | lab(27.01 44.5 -7.21) | color: lab(27.01 44.5 -7.21) | |
| LCH | lch(27.01 45.08 350.8) | color: lch(27.01 45.08 350.8) |
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)
#4E4D3F — rgb(78, 77, 63)
Deuteranopia (Green-blind)
#535B3C — rgb(83, 91, 60)
Tritanopia (Blue-blind)
#723533 — rgb(114, 53, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 66%, 28%);
text
color: hsl(327, 66%, 28%);
border
border: 2px solid hsl(327, 66%, 28%);
gradient light
background: linear-gradient(to right, hsl(327, 66%, 48%), hsl(327, 66%, 28%));
gradient dark
background: linear-gradient(to right, hsl(327, 66%, 28%), hsl(327, 66%, 8%))
hex
background-color: #77184C;
tailwind
bg-[hsl(327,66%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 66%, 28%, 0.4);
css variable
--color-primary: hsl(327, 66%, 28%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 66%, 28%)?
HEX: #77184C | RGB: rgb(119, 24, 76) | CMYK: 0%, 80%, 36%, 53% | HSV: 327°, 80%, 47%. Copy any format from the conversion table above.
What colors go well with #77184C?
The complementary color is HSL(147, 66%, 28%). 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, 66%, 28%) in CSS?
As HSL: color: hsl(327, 66%, 28%); — As HEX: color: #77184C; — As RGB: color: rgb(119, 24, 76); — Tailwind CSS: bg-[hsl(327,66%,28%)] — CSS variable: --color-primary: hsl(327, 66%, 28%);