HSL(332, 66%, 49%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,66%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 66%, 49%) | color: hsl(332, 66%, 49%) | |
| HEX | #CF2A77 | color: #CF2A77 | |
| RGB | rgb(207, 42, 119) | color: rgb(207, 42, 119) | |
| CMYK | cmyk(0%, 80%, 43%, 19%) | — | |
| HSV | hsv(332, 80%, 81%) | — | |
| HWB | hwb(332 16% 19%) | color: hwb(332 16% 19%) | |
| OKLCH | oklch(0.573 0.2066 358.31) | color: oklch(0.573 0.2066 358.31) | |
| Lab | lab(47.31 67.14 -2.63) | color: lab(47.31 67.14 -2.63) | |
| LCH | lch(47.31 67.19 357.76) | color: lch(47.31 67.19 357.76) |
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)
#888664 — rgb(136, 134, 100)
Deuteranopia (Green-blind)
#919E60 — rgb(145, 158, 96)
Tritanopia (Blue-blind)
#C75652 — rgb(199, 86, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 66%, 49%);
text
color: hsl(332, 66%, 49%);
border
border: 2px solid hsl(332, 66%, 49%);
gradient light
background: linear-gradient(to right, hsl(332, 66%, 69%), hsl(332, 66%, 49%));
gradient dark
background: linear-gradient(to right, hsl(332, 66%, 49%), hsl(332, 66%, 29%))
hex
background-color: #CF2A77;
tailwind
bg-[hsl(332,66%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 66%, 49%, 0.4);
css variable
--color-primary: hsl(332, 66%, 49%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 66%, 49%)?
HEX: #CF2A77 | RGB: rgb(207, 42, 119) | CMYK: 0%, 80%, 43%, 19% | HSV: 332°, 80%, 81%. Copy any format from the conversion table above.
What colors go well with #CF2A77?
The complementary color is HSL(152, 66%, 49%). 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, 66%, 49%) in CSS?
As HSL: color: hsl(332, 66%, 49%); — As HEX: color: #CF2A77; — As RGB: color: rgb(207, 42, 119); — Tailwind CSS: bg-[hsl(332,66%,49%)] — CSS variable: --color-primary: hsl(332, 66%, 49%);