HSL(322, 50%, 60%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,50%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 50%, 60%) | color: hsl(322, 50%, 60%) | |
| HEX | #CC66A7 | color: #CC66A7 | |
| RGB | rgb(204, 102, 167) | color: rgb(204, 102, 167) | |
| CMYK | cmyk(0%, 50%, 18%, 20%) | — | |
| HSV | hsv(322, 50%, 80%) | — | |
| HWB | hwb(322 40% 20%) | color: hwb(322 40% 20%) | |
| OKLCH | oklch(0.6505 0.1499 343.11) | color: oklch(0.6505 0.1499 343.11) | |
| Lab | lab(57.2 48.32 -16.39) | color: lab(57.2 48.32 -16.39) | |
| LCH | lch(57.2 51.02 341.26) | color: lch(57.2 51.02 341.26) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A09F97 — rgb(160, 159, 151)
Deuteranopia (Green-blind)
#A6AD94 — rgb(166, 173, 148)
Tritanopia (Blue-blind)
#C78B88 — rgb(199, 139, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 50%, 60%);
text
color: hsl(322, 50%, 60%);
border
border: 2px solid hsl(322, 50%, 60%);
gradient light
background: linear-gradient(to right, hsl(322, 50%, 80%), hsl(322, 50%, 60%));
gradient dark
background: linear-gradient(to right, hsl(322, 50%, 60%), hsl(322, 50%, 40%))
hex
background-color: #CC66A7;
tailwind
bg-[hsl(322,50%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 50%, 60%, 0.4);
css variable
--color-primary: hsl(322, 50%, 60%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 50%, 60%)?
HEX: #CC66A7 | RGB: rgb(204, 102, 167) | CMYK: 0%, 50%, 18%, 20% | HSV: 322°, 50%, 80%. Copy any format from the conversion table above.
What colors go well with #CC66A7?
The complementary color is HSL(142, 50%, 60%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 50%, 60%) in CSS?
As HSL: color: hsl(322, 50%, 60%); — As HEX: color: #CC66A7; — As RGB: color: rgb(204, 102, 167); — Tailwind CSS: bg-[hsl(322,50%,60%)] — CSS variable: --color-primary: hsl(322, 50%, 60%);