HSL(327, 43%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,43%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 43%, 34%) | color: hsl(327, 43%, 34%) | |
| HEX | #7C315A | color: #7C315A | |
| RGB | rgb(124, 49, 90) | color: rgb(124, 49, 90) | |
| CMYK | cmyk(0%, 60%, 27%, 51%) | — | |
| HSV | hsv(327, 60%, 49%) | — | |
| HWB | hwb(327 20% 51%) | color: hwb(327 20% 51%) | |
| OKLCH | oklch(0.4315 0.1149 349.06) | color: oklch(0.4315 0.1149 349.06) | |
| Lab | lab(32.3 37.33 -8.35) | color: lab(32.3 37.33 -8.35) | |
| LCH | lch(32.3 38.25 347.39) | color: lch(32.3 38.25 347.39) |
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)
#5C5B50 — rgb(92, 91, 80)
Deuteranopia (Green-blind)
#60664E — rgb(96, 102, 78)
Tritanopia (Blue-blind)
#784847 — rgb(120, 72, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 43%, 34%);
text
color: hsl(327, 43%, 34%);
border
border: 2px solid hsl(327, 43%, 34%);
gradient light
background: linear-gradient(to right, hsl(327, 43%, 54%), hsl(327, 43%, 34%));
gradient dark
background: linear-gradient(to right, hsl(327, 43%, 34%), hsl(327, 43%, 14%))
hex
background-color: #7C315A;
tailwind
bg-[hsl(327,43%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 43%, 34%, 0.4);
css variable
--color-primary: hsl(327, 43%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 43%, 34%)?
HEX: #7C315A | RGB: rgb(124, 49, 90) | CMYK: 0%, 60%, 27%, 51% | HSV: 327°, 60%, 49%. Copy any format from the conversion table above.
What colors go well with #7C315A?
The complementary color is HSL(147, 43%, 34%). 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, 43%, 34%) in CSS?
As HSL: color: hsl(327, 43%, 34%); — As HEX: color: #7C315A; — As RGB: color: rgb(124, 49, 90); — Tailwind CSS: bg-[hsl(327,43%,34%)] — CSS variable: --color-primary: hsl(327, 43%, 34%);