HSL(326, 72%, 35%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,72%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 72%, 35%) | color: hsl(326, 72%, 35%) | |
| HEX | #9A1962 | color: #9A1962 | |
| RGB | rgb(154, 25, 98) | color: rgb(154, 25, 98) | |
| CMYK | cmyk(0%, 84%, 36%, 40%) | — | |
| HSV | hsv(326, 84%, 60%) | — | |
| HWB | hwb(326 10% 40%) | color: hwb(326 10% 40%) | |
| OKLCH | oklch(0.4618 0.1737 352.28) | color: oklch(0.4618 0.1737 352.28) | |
| Lab | lab(34.9 55.98 -9.05) | color: lab(34.9 55.98 -9.05) | |
| LCH | lch(34.9 56.71 350.82) | color: lch(34.9 56.71 350.82) |
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)
#626150 — rgb(98, 97, 80)
Deuteranopia (Green-blind)
#6A734C — rgb(106, 115, 76)
Tritanopia (Blue-blind)
#94423F — rgb(148, 66, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 72%, 35%);
text
color: hsl(326, 72%, 35%);
border
border: 2px solid hsl(326, 72%, 35%);
gradient light
background: linear-gradient(to right, hsl(326, 72%, 55%), hsl(326, 72%, 35%));
gradient dark
background: linear-gradient(to right, hsl(326, 72%, 35%), hsl(326, 72%, 15%))
hex
background-color: #9A1962;
tailwind
bg-[hsl(326,72%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 72%, 35%, 0.4);
css variable
--color-primary: hsl(326, 72%, 35%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 72%, 35%)?
HEX: #9A1962 | RGB: rgb(154, 25, 98) | CMYK: 0%, 84%, 36%, 40% | HSV: 326°, 84%, 60%. Copy any format from the conversion table above.
What colors go well with #9A1962?
The complementary color is HSL(146, 72%, 35%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 72%, 35%) in CSS?
As HSL: color: hsl(326, 72%, 35%); — As HEX: color: #9A1962; — As RGB: color: rgb(154, 25, 98); — Tailwind CSS: bg-[hsl(326,72%,35%)] — CSS variable: --color-primary: hsl(326, 72%, 35%);