HSL(330, 100%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,100%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 100%, 32%) | color: hsl(330, 100%, 32%) | |
| HEX | #A30052 | color: #A30052 | |
| RGB | rgb(163, 0, 82) | color: rgb(163, 0, 82) | |
| CMYK | cmyk(0%, 100%, 50%, 36%) | — | |
| HSV | hsv(330, 100%, 64%) | — | |
| HWB | hwb(330 0% 36%) | color: hwb(330 0% 36%) | |
| OKLCH | oklch(0.4625 0.187 1.25) | color: oklch(0.4625 0.187 1.25) | |
| Lab | lab(34.8 60.69 1.35) | color: lab(34.8 60.69 1.35) | |
| LCH | lch(34.8 60.71 1.27) | color: lch(34.8 60.71 1.27) |
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)
#5C5B3E — rgb(92, 91, 62)
Deuteranopia (Green-blind)
#667239 — rgb(102, 114, 57)
Tritanopia (Blue-blind)
#9B2E2B — rgb(155, 46, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 100%, 32%);
text
color: hsl(330, 100%, 32%);
border
border: 2px solid hsl(330, 100%, 32%);
gradient light
background: linear-gradient(to right, hsl(330, 100%, 52%), hsl(330, 100%, 32%));
gradient dark
background: linear-gradient(to right, hsl(330, 100%, 32%), hsl(330, 100%, 12%))
hex
background-color: #A30052;
tailwind
bg-[hsl(330,100%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 100%, 32%, 0.4);
css variable
--color-primary: hsl(330, 100%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 100%, 32%)?
HEX: #A30052 | RGB: rgb(163, 0, 82) | CMYK: 0%, 100%, 50%, 36% | HSV: 330°, 100%, 64%. Copy any format from the conversion table above.
What colors go well with #A30052?
The complementary color is HSL(150, 100%, 32%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 100%, 32%) in CSS?
As HSL: color: hsl(330, 100%, 32%); — As HEX: color: #A30052; — As RGB: color: rgb(163, 0, 82); — Tailwind CSS: bg-[hsl(330,100%,32%)] — CSS variable: --color-primary: hsl(330, 100%, 32%);