HSL(327, 91%, 25%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(327,91%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 91%, 25%) | color: hsl(327, 91%, 25%) | |
| HEX | #7A0646 | color: #7A0646 | |
| RGB | rgb(122, 6, 70) | color: rgb(122, 6, 70) | |
| CMYK | cmyk(0%, 95%, 43%, 52%) | — | |
| HSV | hsv(327, 95%, 48%) | — | |
| HWB | hwb(327 2% 52%) | color: hwb(327 2% 52%) | |
| OKLCH | oklch(0.3813 0.1516 355.46) | color: oklch(0.3813 0.1516 355.46) | |
| Lab | lab(25.9 48.97 -4.78) | color: lab(25.9 48.97 -4.78) | |
| LCH | lch(25.9 49.2 354.42) | color: lch(25.9 49.2 354.42) |
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)
#484737 — rgb(72, 71, 55)
Deuteranopia (Green-blind)
#4F5733 — rgb(79, 87, 51)
Tritanopia (Blue-blind)
#742A28 — rgb(116, 42, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 91%, 25%);
text
color: hsl(327, 91%, 25%);
border
border: 2px solid hsl(327, 91%, 25%);
gradient light
background: linear-gradient(to right, hsl(327, 91%, 45%), hsl(327, 91%, 25%));
gradient dark
background: linear-gradient(to right, hsl(327, 91%, 25%), hsl(327, 91%, 5%))
hex
background-color: #7A0646;
tailwind
bg-[hsl(327,91%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 91%, 25%, 0.4);
css variable
--color-primary: hsl(327, 91%, 25%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 91%, 25%)?
HEX: #7A0646 | RGB: rgb(122, 6, 70) | CMYK: 0%, 95%, 43%, 52% | HSV: 327°, 95%, 48%. Copy any format from the conversion table above.
What colors go well with #7A0646?
The complementary color is HSL(147, 91%, 25%). 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%, 25%) in CSS?
As HSL: color: hsl(327, 91%, 25%); — As HEX: color: #7A0646; — As RGB: color: rgb(122, 6, 70); — Tailwind CSS: bg-[hsl(327,91%,25%)] — CSS variable: --color-primary: hsl(327, 91%, 25%);