HSL(327, 54%, 20%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,54%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 54%, 20%) | color: hsl(327, 54%, 20%) | |
| HEX | #4F1736 | color: #4F1736 | |
| RGB | rgb(79, 23, 54) | color: rgb(79, 23, 54) | |
| CMYK | cmyk(0%, 71%, 32%, 69%) | — | |
| HSV | hsv(327, 71%, 31%) | — | |
| HWB | hwb(327 9% 69%) | color: hwb(327 9% 69%) | |
| OKLCH | oklch(0.3061 0.0918 349.65) | color: oklch(0.3061 0.0918 349.65) | |
| Lab | lab(18.11 29.71 -6.32) | color: lab(18.11 29.71 -6.32) | |
| LCH | lch(18.11 30.37 347.99) | color: lch(18.11 30.37 347.99) |
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)
#37362E — rgb(55, 54, 46)
Deuteranopia (Green-blind)
#3A3E2D — rgb(58, 62, 45)
Tritanopia (Blue-blind)
#4C2927 — rgb(76, 41, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 54%, 20%);
text
color: hsl(327, 54%, 20%);
border
border: 2px solid hsl(327, 54%, 20%);
gradient light
background: linear-gradient(to right, hsl(327, 54%, 40%), hsl(327, 54%, 20%));
gradient dark
background: linear-gradient(to right, hsl(327, 54%, 20%), hsl(327, 54%, 0%))
hex
background-color: #4F1736;
tailwind
bg-[hsl(327,54%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 54%, 20%, 0.4);
css variable
--color-primary: hsl(327, 54%, 20%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 54%, 20%)?
HEX: #4F1736 | RGB: rgb(79, 23, 54) | CMYK: 0%, 71%, 32%, 69% | HSV: 327°, 71%, 31%. Copy any format from the conversion table above.
What colors go well with #4F1736?
The complementary color is HSL(147, 54%, 20%). 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, 54%, 20%) in CSS?
As HSL: color: hsl(327, 54%, 20%); — As HEX: color: #4F1736; — As RGB: color: rgb(79, 23, 54); — Tailwind CSS: bg-[hsl(327,54%,20%)] — CSS variable: --color-primary: hsl(327, 54%, 20%);