HSL(332, 38%, 64%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,38%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 38%, 64%) | color: hsl(332, 38%, 64%) | |
| HEX | #C680A1 | color: #C680A1 | |
| RGB | rgb(198, 128, 161) | color: rgb(198, 128, 161) | |
| CMYK | cmyk(0%, 35%, 19%, 22%) | — | |
| HSV | hsv(332, 35%, 78%) | — | |
| HWB | hwb(332 51% 22%) | color: hwb(332 51% 22%) | |
| OKLCH | oklch(0.682 0.0959 350.17) | color: oklch(0.682 0.0959 350.17) | |
| Lab | lab(61.67 31.74 -6.32) | color: lab(61.67 31.74 -6.32) | |
| LCH | lch(61.67 32.36 348.74) | color: lch(61.67 32.36 348.74) |
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)
#A8A799 — rgb(168, 167, 153)
Deuteranopia (Green-blind)
#ACB197 — rgb(172, 177, 151)
Tritanopia (Blue-blind)
#C39391 — rgb(195, 147, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 38%, 64%);
text
color: hsl(332, 38%, 64%);
border
border: 2px solid hsl(332, 38%, 64%);
gradient light
background: linear-gradient(to right, hsl(332, 38%, 84%), hsl(332, 38%, 64%));
gradient dark
background: linear-gradient(to right, hsl(332, 38%, 64%), hsl(332, 38%, 44%))
hex
background-color: #C680A1;
tailwind
bg-[hsl(332,38%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 38%, 64%, 0.4);
css variable
--color-primary: hsl(332, 38%, 64%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 38%, 64%)?
HEX: #C680A1 | RGB: rgb(198, 128, 161) | CMYK: 0%, 35%, 19%, 22% | HSV: 332°, 35%, 78%. Copy any format from the conversion table above.
What colors go well with #C680A1?
The complementary color is HSL(152, 38%, 64%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 38%, 64%) in CSS?
As HSL: color: hsl(332, 38%, 64%); — As HEX: color: #C680A1; — As RGB: color: rgb(198, 128, 161); — Tailwind CSS: bg-[hsl(332,38%,64%)] — CSS variable: --color-primary: hsl(332, 38%, 64%);